diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 17:48:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 17:48:45 +0000 |
commit | d3d0f7aab3ef7ab4b34587438bb3a846a49b9928 (patch) | |
tree | 1ba4e4e00622214427fcd39284d05116e7138412 /graphics/sodipodi | |
parent | 4690a2fa90fa21d89bc647a7133e5b3a2a991b8d (diff) |
Revert the libgnomeprint fix. Turns out, the sodipodi people forgot
four files in their 0.30 distribution.
Notes
Notes:
svn path=/head/; revision=76061
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index b68a74fbeff1..b7af7a056244 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -16,8 +16,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A small vector based drawing program with GNOME libraries BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline -LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 +LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 +# gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline USE_GMAKE= yes @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-gnome-print CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |