diff options
-rw-r--r-- | sysutils/cdrtools/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 5c2a413f0e12..18d45aedbb5d 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -55,12 +55,6 @@ CDRTLSTARGET= ${ARCH}-freebsd-${CCOM} IGNORE= The mlockall(2) of your FreeBSD 5.x version causes problems when used by cdrecord. Please update FreeBSD to >= 5.3 in order to use this port .endif -.if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB) -WITH_CDDB= yes -LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb \ - cdio.7:${PORTSDIR}/sysutils/libcdio -.endif - pre-everything:: .if !defined(WITH_RSCSI) @${ECHO_MSG} "" @@ -73,10 +67,6 @@ pre-everything:: @${ECHO_MSG} " this is the preferred method to set it up." @${ECHO_MSG} "" .endif -.if !defined(WITH_CDDB) - @${ECHO_MSG} "WITH_CDDB=yes builds with cddb (http://freedb.org) support" - @${ECHO_MSG} "" -.endif post-extract: .for i in config.guess config.sub |