summaryrefslogtreecommitdiff
path: root/sysutils/libcdio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
commit9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch)
tree5b19e4fae39149280653cc670bc170d039477f8e /sysutils/libcdio
parentupdate lang/sbcl to 1.1.7, and adjust dependent ports (diff)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Notes
Notes: svn path=/head/; revision=317525
Diffstat (limited to 'sysutils/libcdio')
-rw-r--r--sysutils/libcdio/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index 0528ee5047d1..ccff32c1ac3a 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: libcdio
-# Date created: 2004-04-04
-# Whom: arved
-#
+# Created by: arved
# $FreeBSD$
PORTNAME= libcdio
@@ -22,10 +19,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= pathfix pkgconfig iconv
+USES= pathfix pkgconfig iconv ncurses
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_NCURSES= yes
CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \
--with-libiconv-prefix=${LOCALBASE} \
USE_PERL5_BUILD=yes