diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-22 03:43:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-22 03:43:18 +0000 |
commit | 49e1e3f9b3d1e6545a73f7922a094c62c393b39c (patch) | |
tree | b93cf6807fc3201bfa6bfad0fd9322ac0d6b8784 /net/ipfw-graph | |
parent | d7bf9954389e328ff9ce2e17606a7552c06418a4 (diff) |
Support GNOMENG.
PR: 41874
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=64801
Diffstat (limited to 'net/ipfw-graph')
-rw-r--r-- | net/ipfw-graph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipfw-graph/Makefile b/net/ipfw-graph/Makefile index f6093c5601b1..ca3e8e7a4a65 100644 --- a/net/ipfw-graph/Makefile +++ b/net/ipfw-graph/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ENV+= MANPREFIX="${MANPREFIX}" MAN8= ipfw-al.8 ipfw-graph.8 |