diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
commit | 30fb8569371544b140cbfbe9d8d545a551b7a815 (patch) | |
tree | cf43db91e2cefcf20de68716f427d533c59601f6 /graphics/eog2/Makefile | |
parent | cea38f8422a3eeac06b3ce4a5828580a5812d2cc (diff) | |
download | FreeBSD-ports-30fb8569371544b140cbfbe9d8d545a551b7a815.zip FreeBSD-ports-30fb8569371544b140cbfbe9d8d545a551b7a815.tar.gz |
Implement USE_GNOME, part 1.
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 54f62f2..32df7ca 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -14,16 +14,14 @@ MASTER_SITE_SUBDIR= unstable/sources/eog MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - glade.4:${PORTSDIR}/devel/libglade \ +LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ bonobo.2:${PORTSDIR}/devel/bonobo \ gconf-1.1:${PORTSDIR}/devel/gconf USE_GMAKE= yes USE_X_PREFIX= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |