diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:17:31 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:17:31 +0000 |
commit | d726ccd9e4ec73a1cdf27b91c954e80c85edfcc3 (patch) | |
tree | e31048c2bec2375a3c12c61f968380b3fe22cf0b /sysutils/gcombust/Makefile | |
parent | - Add a workaround for the problem that cdda2wav doesn't use a page (diff) |
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.
Submitted by: marius
Notes
Notes:
svn path=/head/; revision=110680
Diffstat (limited to '')
-rw-r--r-- | sysutils/gcombust/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 395f31a49922..c0cb81f34852 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcombust PORTVERSION= 0.1.53 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -15,7 +15,6 @@ MAINTAINER= mcdouga9@msu.edu COMMENT= A GTK+ frontend for mkisofs and cdrecord RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - mkisofs:${PORTSDIR}/sysutils/mkisofs \ cdlabelgen:${PORTSDIR}/print/cdlabelgen USE_GETTEXT= yes |