aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-05-07 23:46:15 +0800
committerale <ale@FreeBSD.org>2013-05-07 23:46:15 +0800
commit3b23831df063e475ee1047a9a49e72f386b06583 (patch)
treede7457207de96ef677361c64af8db667480fd49e /sysutils
parentf95d8c1ced4121683ddbb8a7b62f4a61d5551fb4 (diff)
downloadfreebsd-ports-gnome-3b23831df063e475ee1047a9a49e72f386b06583.tar.gz
freebsd-ports-gnome-3b23831df063e475ee1047a9a49e72f386b06583.tar.zst
freebsd-ports-gnome-3b23831df063e475ee1047a9a49e72f386b06583.zip
Remove unnecessary popt dependency and bump PORTREVISION.
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libcdio/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index ccff32c1ac3a..ff405aa34257 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libcdio
PORTVERSION= 0.83
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
@@ -12,7 +12,6 @@ MAINTAINER= arved@FreeBSD.org
COMMENT= Compact Disc Input and Control Library
LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb \
- popt.0:${PORTSDIR}/devel/popt \
cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
LICENSE= GPLv3
@@ -22,8 +21,7 @@ GNU_CONFIGURE= yes
USES= pathfix pkgconfig iconv ncurses
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \
- --with-libiconv-prefix=${LOCALBASE} \
+CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE}
USE_PERL5_BUILD=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -liconv