diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-16 23:14:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-16 23:14:20 +0800 |
commit | e89de3f54d8da4db9561369fc897d02117f66897 (patch) | |
tree | 396f742642cb88f836dacbdb9e1b3018452d9cac /misc/gnome-icon-theme/Makefile | |
parent | 9e26ff884eb12fd71673634a1daace474dba610d (diff) | |
download | marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar.gz marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar.bz2 marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar.lz marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar.xz marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.tar.zst marcuscom-ports-e89de3f54d8da4db9561369fc897d02117f66897.zip |
Update to 3.4.0.
Pet portlint and remove some @dirrmtry for non existing directories.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16752 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 8556aac32..6d7be7746 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.160 2011/10/19 21:34:16 kwm Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.161 2011/10/19 21:39:43 kwm Exp $ # PORTNAME= gnome-icon-theme -PORTVERSION= 3.2.1.2 +PORTVERSION= 3.4.0 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack intlhack gtk-update-icon-cache INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-icon-mapping -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |