diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-04-21 16:08:37 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-04-21 16:08:37 +0000 |
commit | 2799d561db060bcdd6a37ccb68607296babf45f0 (patch) | |
tree | f228174d10ef5c359f17231e75ac99d669136f78 /graphics/eog/Makefile | |
parent | 87d9efd787e469c1831c3f24364090c10a6ce64b (diff) |
Notes
Diffstat (limited to 'graphics/eog/Makefile')
-rw-r--r-- | graphics/eog/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 01086ebd359f..5377b79098be 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -6,19 +6,21 @@ # PORTNAME= eog -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/eog +MASTER_SITE_SUBDIR= unstable/sources/eog MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |