diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 14:01:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 14:01:56 +0800 |
commit | 9e7420448e4b2c2ea2239e1c2c3a606e173b00e1 (patch) | |
tree | ae882254670f03bfc0d043162cd234cb0a864614 /graphics/eog | |
parent | a6f9e15d42e11d4e3aeda07f47af7eb085fe3ebd (diff) | |
download | marcuscom-ports-9e7420448e4b2c2ea2239e1c2c3a606e173b00e1.tar.gz marcuscom-ports-9e7420448e4b2c2ea2239e1c2c3a606e173b00e1.tar.zst marcuscom-ports-9e7420448e4b2c2ea2239e1c2c3a606e173b00e1.zip |
Add a missing dependency on gnomedesktop.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5172 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 17db95e73..0d2898f6d 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.12 2005/11/06 01:36:33 ahze Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.13 2005/11/13 21:27:58 marcus Exp $ # PORTNAME= eog PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13 @@ -20,10 +21,11 @@ USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ - librsvg2 desktopfileutils libgnomeui + librsvg2 desktopfileutils gnomedesktop USE_X_PREFIX= yes INSTALLS_OMF= yes USE_AUTOTOOLS= libtool:15 +GNOME_DESKTOP_VERSION=2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |