diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
commit | e2f15954f8960a944e8d5b2c28982257d8c6e91f (patch) | |
tree | e5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /sysutils/gcombust | |
parent | dbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff) | |
download | freebsd-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/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 5f70c4b19dca..14d4cbe02ca4 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ MAINTAINER= mcdouga9@msu.edu COMMENT= A GTK+ frontend for mkisofs and cdrecord -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - cdlabelgen:${PORTSDIR}/print/cdlabelgen +RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen USE_GETTEXT= yes USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GNOME= gtk12 gnomehier +USE_CDRTOOLS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |