diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:39:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:39:18 +0000 |
commit | 1a62d9d3e5e0db55ef7a1b27870d35c4eee8100e (patch) | |
tree | 2071d6edf8776181183a1ba5c2899b2335b44bfc /sysutils/gcombust | |
parent | 342bdeaf979e9eb8a238473418f032413f2a7c3a (diff) |
Notes
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 3c46c987044c..4c04c3faedf0 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcombust PORTVERSION= 0.1.55 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= http://mirror.symnds.com/software/misc/ \ http://www.egr.msu.edu/~mcdouga9/ @@ -18,7 +18,7 @@ RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen \ USES= gettext perl5 USE_PERL5= build -USE_GNOME= gtk12 gnomehier +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include |