diff options
author | ade <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 5b49c19c5242ff2ec52897543245b51c60c4834a (patch) | |
tree | e4cf09605a9a52737e1a94649358c5c4dd0c4e55 /graphics/sodipodi | |
parent | 229af19ab23506a643b22ee34e21fbd1f7980f07 (diff) | |
download | FreeBSD-ports-5b49c19c5242ff2ec52897543245b51c60c4834a.zip FreeBSD-ports-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.gz |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 8f867d4..cf4b79a 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.sourceforge.net/sodipodi/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ glade.3:${PORTSDIR}/devel/libglade \ gnomeprint.9:${PORTSDIR}/print/gnomeprint \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf @@ -25,8 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |