diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-08-22 03:43:18 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-08-22 03:43:18 +0000 |
commit | 9f02391dd6325c2ea6085bedf031f3ca7969275d (patch) | |
tree | 3b2a024cd1bbedb2512bcde1e186b9539fa8438a /net/ipfw-graph | |
parent | 07537664ee3fb42ec56e483b27676a086ca0e416 (diff) | |
download | FreeBSD-ports-9f02391dd6325c2ea6085bedf031f3ca7969275d.zip FreeBSD-ports-9f02391dd6325c2ea6085bedf031f3ca7969275d.tar.gz |
Support GNOMENG.
PR: 41874
Submitted by: MAINTAINER
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 f6093c5..ca3e8e7 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 |