diff options
author | ade <ade@FreeBSD.org> | 2000-08-21 22:59:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-21 22:59:36 +0800 |
commit | ec6a7dde92c7cf6d103494ef51c76e9a572f39d6 (patch) | |
tree | 5bb631c10f7faea60b8b3332742167dc0a97b17a /graphics/eog2/Makefile | |
parent | 18906453608e84457c698171647454075ec15ba3 (diff) | |
download | freebsd-ports-gnome-ec6a7dde92c7cf6d103494ef51c76e9a572f39d6.tar.gz freebsd-ports-gnome-ec6a7dde92c7cf6d103494ef51c76e9a572f39d6.tar.zst freebsd-ports-gnome-ec6a7dde92c7cf6d103494ef51c76e9a572f39d6.zip |
Update to 0.4
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index de49acb84006..f121692169c8 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -6,21 +6,23 @@ # PORTNAME= eog -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/eog MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + glade.4:${PORTSDIR}/devel/libglade \ + bonobo.2:${PORTSDIR}/devel/bonobo \ + gconf-1.0:${PORTSDIR}/devel/gconf USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --without-bonobo + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |