diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /graphics/sodipodi | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | FreeBSD-ports-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip FreeBSD-ports-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz |
Convert to new GNOME infrastructure.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index bae2e9a..6f9e5bc 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -15,18 +15,15 @@ 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 RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libglade2 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} MAN1= sodipodi.1 |