diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 03:40:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 03:40:26 +0800 |
commit | 3b85e3eaaf732e5c0957ca308a19bec53c32c305 (patch) | |
tree | af007b4fbc0b7bc55824c109a681b81ebfb399fa /graphics/eog3/Makefile | |
parent | 739da76ac0d6ec98190705eb1da3344942bd6aa6 (diff) | |
download | marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar.gz marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar.bz2 marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar.lz marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar.xz marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.tar.zst marcuscom-ports-3b85e3eaaf732e5c0957ca308a19bec53c32c305.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16437 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog3/Makefile')
-rw-r--r-- | graphics/eog3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile index df8040460..1fcc8b36f 100644 --- a/graphics/eog3/Makefile +++ b/graphics/eog3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog3/Makefile,v 1.13 2011/06/10 22:59:04 mezz Exp $ +# $MCom: ports/graphics/eog3/Makefile,v 1.14 2011/09/19 21:01:49 kwm Exp $ # PORTNAME= eog -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -36,8 +36,8 @@ INSTALLS_ICONS= yes USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.eog.enums.xml \ org.gnome.eog.gschema.xml |