diff options
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 005c3082f45b..ee775fec09c4 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -57,13 +57,11 @@ CONFIGURE_ARGS+= --without-mp3-support --without-ogg-support CONFIGURE_ARGS+= --with-pcctsbin=${LOCALBASE}/bin \ --with-pcctsinc=${LOCALBASE}/include/pccts \ --without-posix-threads --with-scglib=pkg +MAKE_ENV= CCOM=cc LANG=C +SCSILIBTARGET= ${ARCH}-freebsd-cc .include <bsd.port.pre.mk> -CCOM!= ${BASENAME} ${CC} -MAKE_ENV= CCOM=${CCOM} LANG=C -SCSILIBTARGET= ${ARCH}-freebsd-${CCOM} - pre-everything:: .if ${PORTNAME} != "gcdmaster" && \ (!defined(WITH_TOC2MP3) || !defined(WITHOUT_MP3OGG)) |