summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-20 03:57:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-20 03:57:53 +0800
commit787be143601548fac798d41cbe9460832d3ff35f (patch)
tree022fd1f115d589f4e891ebb1a0fd8139a85d7582 /misc
parentd9f21d78a9b0ff5f2c85e8a4fc952844e064a186 (diff)
downloadmarcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar.gz
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar.bz2
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar.lz
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar.xz
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.tar.zst
marcuscom-ports-787be143601548fac798d41cbe9460832d3ff35f.zip
Add a dependency on gtk20 and use INSTALLS_ICONS. Fixes the missing
icons problem that occurs when gnome-icon-theme is installed after gtk20 and no port using INSTALLS_ICONS is installed afterwards. Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5178 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-icon-theme/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index fa7a80a93..92215d193 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.58 2005/11/14 22:25:06 ahze Exp $
+# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.59 2005/11/19 03:19:32 marcus Exp $
#
PORTNAME= gnome-icon-theme
PORTVERSION= 2.13.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -25,7 +25,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-USE_GNOME= gnomehack intlhack gnometarget
+USE_GNOME= gnomehack intlhack gnometarget gtk20
+INSTALLS_ICONS= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"