diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
commit | b791292abe85fc042bb958b8d9f503acfdd0a54a (patch) | |
tree | 34dac25c4ba345ee3520b5804f799ba53a86e486 /sysutils/thefish/Makefile | |
parent | 57baf0f9ef677981de73e9b8c46de4dc3746248a (diff) | |
download | FreeBSD-ports-b791292abe85fc042bb958b8d9f503acfdd0a54a.zip FreeBSD-ports-b791292abe85fc042bb958b8d9f503acfdd0a54a.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils/thefish/Makefile')
-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 34a3b79..4a0bccf 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 |