diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 20:50:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 20:50:17 +0000 |
commit | fb8d65b6edcfdfc73aad0df521c98ff68a0edbe5 (patch) | |
tree | 98957b43784ef62f2f22ba2587322744b3b2c588 /graphics/sodipodi/Makefile | |
parent | 56a121b1dd9b3a5980e93ff8872c6fc48938777c (diff) | |
download | ports-fb8d65b6edcfdfc73aad0df521c98ff68a0edbe5.tar.gz ports-fb8d65b6edcfdfc73aad0df521c98ff68a0edbe5.zip |
* Re-add libgnomeprintui-2.0 support
* De-pkg-comment
Notes
Notes:
svn path=/head/; revision=75985
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r-- | graphics/sodipodi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 57a1f4294f46..0ebe1be76920 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -7,15 +7,17 @@ PORTNAME= sodipodi PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} 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 +LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ + libgnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline USE_GMAKE= yes @@ -23,7 +25,6 @@ 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} |