aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-21 04:50:17 +0800
committermarcus <marcus@FreeBSD.org>2003-02-21 04:50:17 +0800
commit7210c1fd969c2b69649dccc8d5108da4f841c2ee (patch)
tree9f5599606abaf65d9e5e324c4504e4396e315f06 /graphics
parent980fe295b6c2bb503a172ef88efdc1930621cbff (diff)
downloadfreebsd-ports-graphics-7210c1fd969c2b69649dccc8d5108da4f841c2ee.tar.gz
freebsd-ports-graphics-7210c1fd969c2b69649dccc8d5108da4f841c2ee.tar.zst
freebsd-ports-graphics-7210c1fd969c2b69649dccc8d5108da4f841c2ee.zip
* Re-add libgnomeprintui-2.0 support
* De-pkg-comment
Diffstat (limited to 'graphics')
-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 57a1f4294f4..0ebe1be7692 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 278ce62ecff..00000000000
--- a/graphics/sodipodi/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A small vector based drawing program with GNOME libraries