diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net/sambasentinel | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/sambasentinel')
-rw-r--r-- | net/sambasentinel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sambasentinel/Makefile b/net/sambasentinel/Makefile index fb0caf4..5eb518e 100644 --- a/net/sambasentinel/Makefile +++ b/net/sambasentinel/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= jags:${PORTSDIR}/net/jags WRKSRC= ${WRKDIR}/SambaSentinel USE_GMAKE= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 ALL_TARGET= SambaSentinel do-install: |