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/Makefile | |
parent | Update to 2.0.b.2 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65419
Diffstat (limited to '')
-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" \ |