diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-05-21 17:17:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-05-21 17:17:56 +0000 |
commit | 689da0a8e6998542dec4bfe364e787e319ff758d (patch) | |
tree | 30c01886951d323f81bf873bfc5bbdf98cc88e6c /sysutils/libcdio | |
parent | 21844d8fe2e268922e7f654d97b6142f21bc133e (diff) |
Notes
Diffstat (limited to 'sysutils/libcdio')
-rw-r--r-- | sysutils/libcdio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 9b00caf55f85..b66e2d58d889 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -6,7 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -26,6 +26,7 @@ USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= yes +USE_NCURSES= yes CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ USE_PERL5_BUILD=yes |