aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gnomebaker
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-31 22:07:59 +0800
committerpav <pav@FreeBSD.org>2007-01-31 22:07:59 +0800
commite2f15954f8960a944e8d5b2c28982257d8c6e91f (patch)
treee5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /sysutils/gnomebaker
parentdbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff)
downloadfreebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.gz
freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.zst
freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.zip
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Diffstat (limited to 'sysutils/gnomebaker')
-rw-r--r--sysutils/gnomebaker/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/gnomebaker/Makefile b/sysutils/gnomebaker/Makefile
index d1337f7c2985..189626a4621f 100644
--- a/sysutils/gnomebaker/Makefile
+++ b/sysutils/gnomebaker/Makefile
@@ -19,6 +19,7 @@ OPTIONS= DVD "Enable DVD support" off \
USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
+USE_CDRTOOLS= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
@@ -32,12 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao
-.if defined(WITH_CJK)
-RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk
-.else
-RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools
-.endif
-
.if defined(WITH_DVD)
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
.endif