diff options
author | marius <marius@FreeBSD.org> | 2010-05-02 20:43:48 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-05-02 20:43:48 +0800 |
commit | cdb51a81c675df485c87a25b37a269978184c5f9 (patch) | |
tree | 731c17129a4276df4627dd711e79cee057add373 /sysutils | |
parent | c7d2fe538350a9956ed898eef73ca743e364d56d (diff) | |
download | freebsd-ports-gnome-cdb51a81c675df485c87a25b37a269978184c5f9.tar.gz freebsd-ports-gnome-cdb51a81c675df485c87a25b37a269978184c5f9.tar.zst freebsd-ports-gnome-cdb51a81c675df485c87a25b37a269978184c5f9.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
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 |