aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-20 20:50:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-20 20:50:17 +0000
commitfb8d65b6edcfdfc73aad0df521c98ff68a0edbe5 (patch)
tree98957b43784ef62f2f22ba2587322744b3b2c588
parent56a121b1dd9b3a5980e93ff8872c6fc48938777c (diff)
downloadports-fb8d65b6edcfdfc73aad0df521c98ff68a0edbe5.tar.gz
ports-fb8d65b6edcfdfc73aad0df521c98ff68a0edbe5.zip
* Re-add libgnomeprintui-2.0 support
* De-pkg-comment
Notes
Notes: svn path=/head/; revision=75985
-rw-r--r--graphics/sodipodi/Makefile7
-rw-r--r--graphics/sodipodi/pkg-comment1
2 files changed, 4 insertions, 4 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}
diff --git a/graphics/sodipodi/pkg-comment b/graphics/sodipodi/pkg-comment
deleted file mode 100644
index 278ce62ecff4..000000000000
--- a/graphics/sodipodi/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A small vector based drawing program with GNOME libraries