mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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
This commit is contained in:
parent
9d1b3980ff
commit
196aff031e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253558
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user