diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /graphics/sodipodi | |
parent | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff) | |
download | freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.tar.gz freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.tar.zst freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.zip |
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 8f867d423a90..cf4b79a37f1b 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" |