diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-04 05:27:51 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-04 05:27:51 +0800 |
commit | 2dbda72086f851f8738b378220d7bdd872fcc682 (patch) | |
tree | e36dfbd7bb64e810c7536d68338f96b8d07eace5 /graphics/eog | |
parent | e930ed88146d23123cdfc22e7bb2147f44de3cf0 (diff) | |
download | marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.gz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.bz2 marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.lz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.xz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.zst marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.zip |
Remove GNOME_DESKTOP_VERSION and reset the $FreeBSD$ in gdm.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index b79169ef7..36929106f 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.125 2011/04/22 16:10:56 mezz Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.126 2011/04/30 20:43:17 mezz Exp $ # PORTNAME= eog @@ -32,7 +32,6 @@ INSTALLS_ICONS= yes USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |