Date: Tue, 7 May 2013 15:46:15 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317619 - head/sysutils/libcdio Message-ID: <201305071546.r47FkFri062032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Tue May 7 15:46:15 2013 New Revision: 317619 URL: http://svnweb.freebsd.org/changeset/ports/317619 Log: Remove unnecessary popt dependency and bump PORTREVISION. Approved by: maintainer Modified: head/sysutils/libcdio/Makefile Modified: head/sysutils/libcdio/Makefile ============================================================================== --- head/sysutils/libcdio/Makefile Tue May 7 15:32:37 2013 (r317618) +++ head/sysutils/libcdio/Makefile Tue May 7 15:46:15 2013 (r317619) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305071546.r47FkFri062032>