diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2013-06-08 06:57:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2013-06-08 06:57:50 +0000 |
commit | b2c5e67000807d7004e718af05e18dbaf3f75b80 (patch) | |
tree | 9b52242c31708158bcb294bce0c03be69722f30c /devel/ncurses | |
parent | bc56ad724ccb2343a2ebaa64737e3aa548acf8c4 (diff) | |
download | ports-b2c5e67000807d7004e718af05e18dbaf3f75b80.tar.gz ports-b2c5e67000807d7004e718af05e18dbaf3f75b80.zip |
Notes
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index bee73a527fef..30bdef647d0e 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -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=${LOCALBASE}/libdata/pkgconfig \ gnat_exists="no" USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig WIDEC_WRKSRC= ${WRKSRC}/build.widec NOWIDEC_WRKSRC= ${WRKSRC}/build.nowidec |