diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
commit | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch) | |
tree | 0648e0ce504a559632af430d3494fe2008d104aa /net/gnome-nettool3 | |
parent | 613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff) | |
download | marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2 marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip |
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there.
Sync with ports, more to come.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool3')
-rw-r--r-- | net/gnome-nettool3/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/gnome-nettool3/Makefile b/net/gnome-nettool3/Makefile index 4c688e943..31835cfe9 100644 --- a/net/gnome-nettool3/Makefile +++ b/net/gnome-nettool3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/net/gnome-nettool3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gnome-nettool PORTVERSION= 3.2.0 @@ -16,15 +12,15 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME utility that provides network information statistics -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop CONFLICTS= gnome-nettool-2.[0-9]* LATEST_LINK= gnome-nettool3 USE_XZ= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk30 gnomedocutils +USE_GNOME= intlhack gnomeprefix gtk30 gnomedocutils USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext pathfix INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes |