diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:18:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:18:25 +0800 |
commit | 6c281f818a1cccf372727d0596806f6db23a1a42 (patch) | |
tree | 01ea1fd78b970879e16069e53e9934f493e56551 /security/libfwbuilder-devel | |
parent | aa647260fe2c62c0b81d06dede560a9498446722 (diff) | |
download | freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.tar.gz freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.tar.zst freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.zip |
Deploy USE_GNOMENG infrastructure
PR: 42288
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 43c5e65d7877..2294e548d5c4 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" |