diff options
author | tv <tv@pkgsrc.org> | 1998-12-28 01:18:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-28 01:18:25 +0000 |
commit | fe0839896b18431abde1cda6e55774a73839ad2b (patch) | |
tree | 9ca53910996ad0cbd47bedebba65cce3c17cd72a /sysutils/cdrecord | |
parent | f1456a9fb32b4fa988628543971ede5b1409c979 (diff) | |
download | pkgsrc-fe0839896b18431abde1cda6e55774a73839ad2b.tar.gz |
Don't depend on mkisofs. You can use any of mkisofs, mkhybrid, or even
dd or cat to create CDs -- let the user choose his tool.
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r-- | sysutils/cdrecord/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile index 6c24a60c1c3..e1e6df24d17 100644 --- a/sysutils/cdrecord/Makefile +++ b/sysutils/cdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/11/19 15:40:46 agc Exp $ +# $NetBSD: Makefile,v 1.21 1998/12/28 01:18:25 tv Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 23:55:31 asami Exp # @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.fokus.gmd.de/nthp/employees/schilling/cdrecord.html -DEPENDS= mkisofs-1.11.3:../../sysutils/mkisofs - USE_GMAKE= yes post-configure: |