summaryrefslogtreecommitdiffstats
path: root/misc/gnome-icon-theme/Makefile
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-26 18:25:04 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-26 18:25:04 +0800
commit01040025c9fb465727a385ffca050b1ab19a2a0d (patch)
tree7f9dc8d38f6aa56ca9b3ea8aafe33a12f7d9c2a4 /misc/gnome-icon-theme/Makefile
parent5ac2412bd9147f6d2e0085cdfb65088d1fecfc06 (diff)
downloadmarcuscom-ports-01040025c9fb465727a385ffca050b1ab19a2a0d.tar.gz
marcuscom-ports-01040025c9fb465727a385ffca050b1ab19a2a0d.tar.zst
marcuscom-ports-01040025c9fb465727a385ffca050b1ab19a2a0d.zip
Update to 2.29.3.
s/CONFIGURE_ARGS/CONFIGURE_ENV. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13872 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r--misc/gnome-icon-theme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index 9f10870a0..5ce4370b4 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.139 2010/03/04 14:07:29 kwm Exp $
+# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.140 2010/03/04 22:12:18 kwm Exp $
#
PORTNAME= gnome-icon-theme
-PORTVERSION= 2.29.2
+PORTVERSION= 2.29.3
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -24,7 +24,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack intlhack gtk20
INSTALLS_ICONS= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>