diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
commit | 28f497a7e40d442851196408f3474c56e2f08a02 (patch) | |
tree | 16c9394030b8c0a24de3ab44e0ae0b8174d0860f /sysutils/gcombust | |
parent | c91580ae7cf32a96c876592ec457a24965d1251d (diff) | |
download | ports-28f497a7e40d442851196408f3474c56e2f08a02.tar.gz ports-28f497a7e40d442851196408f3474c56e2f08a02.zip |
Notes
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index faf505ac0c2a..f88c966a686b 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ cdlabelgen:${PORTSDIR}/print/cdlabelgen USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |