diff options
author | ade <ade@FreeBSD.org> | 2000-04-22 00:08:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-22 00:08:37 +0800 |
commit | 49cc79f9629e7944b25f049f602b7b55a88addc0 (patch) | |
tree | 4b4bac3a0166ddb3f9d54abba3f0a71589532741 /graphics/eog/Makefile | |
parent | ad7b7b5eab554fc0b374485e3d63c752781c17f7 (diff) | |
download | freebsd-ports-gnome-49cc79f9629e7944b25f049f602b7b55a88addc0.tar.gz freebsd-ports-gnome-49cc79f9629e7944b25f049f602b7b55a88addc0.tar.zst freebsd-ports-gnome-49cc79f9629e7944b25f049f602b7b55a88addc0.zip |
Update to 0.3 and use gdk-pixbuf 0.7.0
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" |