diff options
author | Marius Strobl <marius@FreeBSD.org> | 2008-04-11 22:35:20 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2008-04-11 22:35:20 +0000 |
commit | 51c86bc69eeef66a2ed4c6e5cc9032d988db4c01 (patch) | |
tree | d31b39b20a9e54c869d3d2661080cb21d920b508 /sysutils/cdrtools | |
parent | 89200be14eb1f8f3bf92bde44b5c2d4deda92668 (diff) | |
download | ports-51c86bc69eeef66a2ed4c6e5cc9032d988db4c01.tar.gz ports-51c86bc69eeef66a2ed4c6e5cc9032d988db4c01.zip |
Notes
Diffstat (limited to 'sysutils/cdrtools')
-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 |