diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:08:22 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:08:22 +0800 |
commit | 697e88632409a2a1af539f82fcdb27537603d9ab (patch) | |
tree | 2a239f0e98f88f6f8680ca909cca83925edc3553 | |
parent | 5cca71785aba3f45723006ede8c79fdeefb28b8d (diff) | |
download | freebsd-ports-gnome-697e88632409a2a1af539f82fcdb27537603d9ab.tar.gz freebsd-ports-gnome-697e88632409a2a1af539f82fcdb27537603d9ab.tar.zst freebsd-ports-gnome-697e88632409a2a1af539f82fcdb27537603d9ab.zip |
Deploy USE_GNOMENG infrastructure
PR: 42190
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-rw-r--r-- | comms/gnokii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 0650415c641d..10a83bb21910 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes .if !defined(WITHOUT_X11) USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .endif INSTALLS_SHLIB= yes |