summaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-09-26 14:52:57 +0000
committerbland <bland@FreeBSD.org>2003-09-26 14:52:57 +0000
commitab0fbdefcafafd20da5da59cbd63ffc0eeb92006 (patch)
tree155ea022c6dba28de379e107cb3d69c9810ba744 /graphics/sodipodi
parent81f36ccbe6dbdf8b9b1562785e7ad3a8b9375a19 (diff)
downloadFreeBSD-ports-ab0fbdefcafafd20da5da59cbd63ffc0eeb92006.zip
FreeBSD-ports-ab0fbdefcafafd20da5da59cbd63ffc0eeb92006.tar.gz
- Remove frontline dependency. Its support was disabled in configure.in [1]
- Add popt dependency. It's very likely that popt present in a lot of systems. This also resolve lost dependency problem for builds on systems where popt already installed. PR: 56886 [1] Submitted by: Michal Pasternak <dotz@irc.pl> [1]
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index fe71ef9a..f0e49ed 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -14,15 +14,15 @@ 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
-RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libglade2
USE_REINPLACE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --without-gnome-print
+CONFIGURE_ARGS= --without-gnome-print \
+ --with-popt
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
OpenPOWER on IntegriCloud