diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-03 01:17:31 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-03 01:17:31 +0800 |
commit | a5c4e2d9cf0a9f54911b4e8dcef145fb1eacdf1e (patch) | |
tree | 1d5c1e3290f1c28b065d4c9106d6079c8eb88e27 /sysutils/freesbie | |
parent | 058c720a6402226f781fb412002e6e08a8cb4baa (diff) | |
download | freebsd-ports-gnome-a5c4e2d9cf0a9f54911b4e8dcef145fb1eacdf1e.tar.gz freebsd-ports-gnome-a5c4e2d9cf0a9f54911b4e8dcef145fb1eacdf1e.tar.zst freebsd-ports-gnome-a5c4e2d9cf0a9f54911b4e8dcef145fb1eacdf1e.zip |
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.
Submitted by: marius
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r-- | sysutils/freesbie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index 23800ce686df..968dc53f3310 100644 --- a/sysutils/freesbie/Makefile +++ b/sysutils/freesbie/Makefile @@ -7,6 +7,7 @@ PORTNAME= freesbie PORTVERSION= 0.0.20040207 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/freesbie/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//} MAINTAINER= riggs@rrr.de COMMENT= Yet another cool answer to the system-on-cd question -RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs \ +RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools \ create_compressed_fs:${PORTSDIR}/sysutils/cloop-utils USE_BZIP2= yes |