aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-13 16:52:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-13 16:52:31 +0000
commit50309b5b27144d47203ef5684254508a104c7390 (patch)
treeeb3f7b87b4cb301634f0c1409c5728de1905626a /graphics/sodipodi
parent38ac8b456596d8b44e3e517d43094fdc6cd91fbb (diff)
downloadports-50309b5b27144d47203ef5684254508a104c7390.tar.gz
ports-50309b5b27144d47203ef5684254508a104c7390.zip
Use frontline for tracing bitmaps. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=66271
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile7
-rw-r--r--graphics/sodipodi/files/patch-configure9
2 files changed, 14 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 3b853ec5cd25..3373809cab1c 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -7,19 +7,22 @@
PORTNAME= sodipodi
PORTVERSION= 0.25
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline
+RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline
+
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gal bonobo gnomeprint libglade
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
- `gdk-pixbuf-config --cflags`" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= sodipodi.1
diff --git a/graphics/sodipodi/files/patch-configure b/graphics/sodipodi/files/patch-configure
index 3e93ab18cb5e..37f12adde5a0 100644
--- a/graphics/sodipodi/files/patch-configure
+++ b/graphics/sodipodi/files/patch-configure
@@ -39,3 +39,12 @@ $FreeBSD$
INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
+@@ -4770,7 +4774,7 @@
+ EOF
+
+ SODIPODI_CFLAGS="$FRONTLINE_CFLAGS $SODIPODI_CFLAGS"
+-SODIPODI_LIBS="$FRONTLINE_LIBS $SODIPODI_LIBS"
++SODIPODI_LIBS="$SODIPODI_LIBS $FRONTLINE_LIBS"
+ else
+ echo "$ac_t""no" 1>&6
+ if test "$FRONTLINE_CONFIG" = "no" ; then