aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-12 18:07:16 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-12 18:07:16 +0800
commitdeae1790ae72b0a67609407fe82f9df755b0834a (patch)
tree6db8526c42fa0f9f21a5beb211d9c8b4a227a352 /graphics
parent8b08d3c447d08afdada2154f3d40b60e2560c7e4 (diff)
downloadfreebsd-ports-gnome-deae1790ae72b0a67609407fe82f9df755b0834a.tar.gz
freebsd-ports-gnome-deae1790ae72b0a67609407fe82f9df755b0834a.tar.zst
freebsd-ports-gnome-deae1790ae72b0a67609407fe82f9df755b0834a.zip
Use USE_GNOMENG.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sodipodi/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 04270b02a3e0..45ceec4617aa 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= 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`" \
@@ -23,11 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
MAN1= sodipodi.1
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>