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 /sysutils | |
parent | cc36161ea641993e4411c7d607d45adf7b479ff2 (diff) | |
download | marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.gz 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 'sysutils')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index abb685d1d..38b0604b3 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.39 2005/08/25 17:27:35 marcus Exp $ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.40 2005/09/07 14:57:45 adamw Exp $ # PORTNAME= gconf-editor PORTVERSION= 2.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -20,6 +21,7 @@ COMMENT= A gconf database editor for the GNOME 2 environment USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui USE_AUTOTOOLS= libtool:15 |