diff options
-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 |