aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-11-20 03:46:55 +0800
committerjylefort <jylefort@FreeBSD.org>2005-11-20 03:46:55 +0800
commitf202b42fe73d2fd1599e7bb3bbddb3a64c3ccd09 (patch)
tree690afa567e6b364029da1b9d19928d3b2b7ddfa6 /misc
parentdc2df01882ee6859994ee04457f75027c44e081a (diff)
downloadfreebsd-ports-gnome-f202b42fe73d2fd1599e7bb3bbddb3a64c3ccd09.tar.gz
freebsd-ports-gnome-f202b42fe73d2fd1599e7bb3bbddb3a64c3ccd09.tar.zst
freebsd-ports-gnome-f202b42fe73d2fd1599e7bb3bbddb3a64c3ccd09.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: marcus
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-icon-theme/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index 27e4787d0068..3283c33fbcc5 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnome-icon-theme
PORTVERSION= 2.12.1
-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"