diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /net-mgmt/jnettop | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'net-mgmt/jnettop')
-rw-r--r-- | net-mgmt/jnettop/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile index 413a3bfda826..df9a07ac28a0 100644 --- a/net-mgmt/jnettop/Makefile +++ b/net-mgmt/jnettop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jnettop -# Date created: 5 June 2009 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ -# PORTNAME= jnettop PORTVERSION= 0.13.0 @@ -16,8 +12,8 @@ COMMENT= Traffic visualizer, similar to nettop MAN8= jnettop.8 GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= glib20 -USE_PKGCONFIG= build USE_GMAKE= yes LICENSE= GPLv2 |