diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
commit | e6b247dce1d9f6355a583ef6269fdbba110eaea8 (patch) | |
tree | b403d8f8e97a8040733026c2af5479b7f250a1e9 /sysutils/xcdroast | |
parent | 0de3ff661acec63625e5bf537d3305273b9edd3e (diff) | |
download | ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.tar.gz ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.zip |
Notes
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 47811083cdcc..4ba24892af82 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -19,8 +19,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src new_configure.tar.gz:patch MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools - OPTIONS= GTK2 "Enable GTK2 support" off \ NONROOT "Use xcdroast w/o being root" off \ NLS "Native language support" on @@ -28,6 +26,7 @@ OPTIONS= GTK2 "Enable GTK2 support" off \ USE_X_PREFIX= yes USE_GETTEXT= yes USE_ICONV= yes +USE_CDRTOOLS= yes GNU_CONFIGURE= yes WANT_GNOME= yes |