diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
commit | 6c281f818a1cccf372727d0596806f6db23a1a42 (patch) | |
tree | 01ea1fd78b970879e16069e53e9934f493e56551 /security/gtkportscan | |
parent | aa647260fe2c62c0b81d06dede560a9498446722 (diff) | |
download | FreeBSD-ports-6c281f818a1cccf372727d0596806f6db23a1a42.zip FreeBSD-ports-6c281f818a1cccf372727d0596806f6db23a1a42.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42288
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'security/gtkportscan')
-rw-r--r-- | security/gtkportscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index 571e64e..0998730 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .include <bsd.port.mk> |