svn commit: r320239 - head/devel/ncurses

Rong-En Fan rafan at FreeBSD.org
Sat Jun 8 06:57:51 UTC 2013


Author: rafan
Date: Sat Jun  8 06:57:50 2013
New Revision: 320239
URL: http://svnweb.freebsd.org/changeset/ports/320239

Log:
  - Use new USES framework
  
  Submitted by:	jgh@

Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Sat Jun  8 06:42:00 2013	(r320238)
+++ head/devel/ncurses/Makefile	Sat Jun  8 06:57:50 2013	(r320239)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncurses
 PORTVERSION=	${RELEASE}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -37,7 +37,7 @@ CONFIGURE_ENV=	PKG_CONFIG_LIBDIR=${LOCAL
 		gnat_exists="no"
 
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 WIDEC_WRKSRC=	${WRKSRC}/build.widec
 NOWIDEC_WRKSRC=	${WRKSRC}/build.nowidec


More information about the svn-ports-all mailing list