aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libcdio
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-05-21 17:17:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-05-21 17:17:56 +0000
commit689da0a8e6998542dec4bfe364e787e319ff758d (patch)
tree30c01886951d323f81bf873bfc5bbdf98cc88e6c /sysutils/libcdio
parent21844d8fe2e268922e7f654d97b6142f21bc133e (diff)
downloadports-689da0a8e6998542dec4bfe364e787e319ff758d.tar.gz
ports-689da0a8e6998542dec4bfe364e787e319ff758d.zip
Add USE_NCURSES
PR: 157139 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Notes
Notes: svn path=/head/; revision=274413
Diffstat (limited to 'sysutils/libcdio')
-rw-r--r--sysutils/libcdio/Makefile3
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