diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-20 19:22:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-20 19:22:37 +0000 |
commit | be72748c5e882af7d01baedfe5730a9e0cce32f6 (patch) | |
tree | 4b69be9e998f973a912a5351d23620e0f0567a17 /sysutils/libcdio/Makefile | |
parent | 96e6f6d7ecbcbdd25f327cba81adc15278b8f738 (diff) | |
download | ports-be72748c5e882af7d01baedfe5730a9e0cce32f6.tar.gz ports-be72748c5e882af7d01baedfe5730a9e0cce32f6.zip |
Notes
Diffstat (limited to 'sysutils/libcdio/Makefile')
-rw-r--r-- | sysutils/libcdio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 22f194e261db..1df1fc6d7e8f 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -10,7 +10,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Compact Disc Input and Control Library LIB_DEPENDS= cddb.1:${PORTSDIR}/audio/libcddb \ @@ -22,8 +22,10 @@ USE_GMAKE= yes USE_ICONV= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} + --with-libiconv-prefix=${LOCALBASE} \ + --without-cd-paranoia USE_REINPLACE= yes +USE_PERL5_BUILD=yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" INFO= libcdio |