diff options
Diffstat (limited to 'sysutils/gnomebaker/Makefile')
-rw-r--r-- | sysutils/gnomebaker/Makefile | 7 |
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 |