aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-05-02 12:43:48 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-05-02 12:43:48 +0000
commit196aff031edd84ee55dfce8ff6338e459edd472c (patch)
tree8e403cf394aa76e6d9ebeab621eb8b6540d04a54 /sysutils/cdrdao
parent9d1b3980ff8c2f1157d25da8a230cf5f9c7184aa (diff)
downloadports-196aff031edd84ee55dfce8ff6338e459edd472c.tar.gz
ports-196aff031edd84ee55dfce8ff6338e459edd472c.zip
Build and use the internal pccts in order avoid the conflict between
devel/antlr and devel/pccts. Generally this doesn't fix anything of course, given that there's only one other port which still requires devel/pccts instead of its successor it makes sense to avoid that dependency. Approved by: netchild PR: 145615
Notes
Notes: svn path=/head/; revision=253558
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r--sysutils/cdrdao/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 9827f93f7094..e6a86a7e4364 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -16,9 +16,6 @@ DISTNAME= cdrdao-${PORTVERSION}
MAINTAINER= marius@FreeBSD.org
COMMENT?= Record CD-R[W]s in disk-at-once mode
-BUILD_DEPENDS= ${LOCALBASE}/bin/antlr:${PORTSDIR}/devel/pccts \
- ${LOCALBASE}/bin/dlg:${PORTSDIR}/devel/pccts
-
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -62,8 +59,7 @@ CONFIGURE_ARGS+= --with-mp3-support=no --with-ogg-support=no
.endif
.endif
-CONFIGURE_ARGS+= --with-pcctsbin=${LOCALBASE}/bin \
- --with-pcctsinc=${LOCALBASE}/include/pccts \
+CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
--with-posix-threads=no --with-scglib
MAKE_ENV= CCOM=cc LANG=C
SCSILIBTARGET= ${ARCH}-freebsd-cc