1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove default DVD support when package building as dvd+rw-tools depends

on cdrtools.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2005-01-12 02:27:33 +00:00
parent 39c13e2d3c
commit 31535392e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126174

View File

@ -33,11 +33,6 @@ GCONF_SCHEMAS= ncb.schemas
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_DVD
WITH_DVD= yes
.endif
.if exists(${LOCALBASE}/bin/growisofs)
WITH_DVD= yes
.endif