diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 13:11:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 13:11:49 +0800 |
commit | 12ec926f2db64722d92dc60972c8f1f76ce3a6c3 (patch) | |
tree | 8de1c8f28eee9fbe77830b70f19c659dc409ecc3 /net/gnome-netstatus/Makefile | |
parent | 88ad859575a90895e8349503548e0ad20d3cdb57 (diff) | |
download | marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar.gz marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar.bz2 marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar.lz marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar.xz marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.tar.zst marcuscom-ports-12ec926f2db64722d92dc60972c8f1f76ce3a6c3.zip |
Update to 2.7.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2613 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r-- | net/gnome-netstatus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 000bf52a3..9b3b965c9 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomenetstatus -PORTVERSION= 2.7.3.1 +PORTVERSION= 2.7.90 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.7 @@ -18,9 +18,10 @@ COMMENT= A GNOME applet that shows network status USE_X_PREFIX= yes USE_BZIP2= yes +GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |