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 /x11-themes/gnome-themes | |
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 'x11-themes/gnome-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 70a923adb..ff27c2c7f 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.73 2005/09/05 23:11:23 ahze Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.74 2005/10/03 17:47:34 mezz Exp $ # PORTNAME= gnome-themes PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -25,6 +26,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack metacity libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |