From cdb51a81c675df485c87a25b37a269978184c5f9 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 2 May 2010 12:43:48 +0000 Subject: 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 --- sysutils/cdrdao/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysutils') 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 -- cgit