diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-09-07 20:58:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-09-07 20:58:44 +0000 |
commit | 149a5641bd20c3e7a317fd9fef0342f854f94523 (patch) | |
tree | ac484612dfba7a94796b974254d32f431d33ce77 /converters | |
parent | Unbreak build and add 2 new patches for enable/disable border and (diff) |
Add USE_GNOMENG
PR: ports/42191
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65798
Diffstat (limited to 'converters')
-rw-r--r-- | converters/gbase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 9c1b0589fa3f..9336e6e708ec 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.hibernaculum.net/download/ MAINTAINER= pat@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gbase ${PREFIX}/bin |