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/gcombust/Makefile | |
parent | bsd.port.mk (diff) |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Notes
Notes:
svn path=/head/; revision=183769
Diffstat (limited to '')
-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" \ |