diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-09 03:41:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-09 03:41:41 +0800 |
commit | 21f3767353431d5f21a96baf774c99da8efffd46 (patch) | |
tree | e0a3161c0ff54eed9be9b1f574125b67a9c3dbce /net/gnome-netstatus | |
parent | cc36161ea641993e4411c7d607d45adf7b479ff2 (diff) | |
download | marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.gz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.bz2 marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.lz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.xz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.zst marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.zip |
Add INSTALLS_ICONS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4926 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r-- | net/gnome-netstatus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 2738fb782..ed775fbd9 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenetstatus/Makefile,v 1.37 2005/08/22 18:44:10 marcus Exp $ +# $MCom: ports/net/gnomenetstatus/Makefile,v 1.38 2005/09/06 17:26:13 mezz Exp $ # PORTNAME= gnomenetstatus PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12 @@ -19,6 +20,7 @@ COMMENT= A GNOME applet that shows network status USE_X_PREFIX= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_BZIP2= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ |