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/thefish | |
parent | c91580ae7cf32a96c876592ec457a24965d1251d (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65419
Diffstat (limited to 'sysutils/thefish')
-rw-r--r-- | sysutils/thefish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 34a3b79da9b0..4a0bccfe3075 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -19,7 +19,9 @@ LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 USE_X_PREFIX= yes .endif .if !defined(NO_GUI) && !defined(WITH_GTK2) -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +PKGNAMESUFFIX= -gtk .endif MAN1= thefish.1 |