diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-23 02:44:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-23 02:44:10 +0800 |
commit | b12a22a4dded7239ba068ab34904c913f5e49330 (patch) | |
tree | 16a1094a6a1384a4f7a2f797603fcbf675fdbfb9 /net/gnome-netstatus/Makefile | |
parent | 4e43f307da1ff821cdf6eba1551accd2ec2346a2 (diff) | |
download | marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar.gz marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar.bz2 marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar.lz marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar.xz marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.tar.zst marcuscom-ports-b12a22a4dded7239ba068ab34904c913f5e49330.zip |
Update to 2.11.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4581 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r-- | net/gnome-netstatus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 36f8b1950..bafcb1f34 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenetstatus/Makefile,v 1.35 2005/07/01 18:04:27 marcus Exp $ +# $MCom: ports/net/gnomenetstatus/Makefile,v 1.36 2005/07/28 16:52:16 marcus Exp $ # PORTNAME= gnomenetstatus -PORTVERSION= 2.11.90 +PORTVERSION= 2.11.92 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.11 @@ -21,7 +21,8 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_BZIP2= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 +USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ + gnomedocutils USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ |