aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-18 19:41:12 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-18 19:41:12 +0800
commitc9da8e20e91b878d32110d7a4e967629974ea63f (patch)
tree3cea9d622b47918abb9928a5631ac0849c2369ff /graphics
parent4a0d9f3398abd80f504d4b460df4b4d9edd50e7f (diff)
downloadfreebsd-ports-gnome-c9da8e20e91b878d32110d7a4e967629974ea63f.tar.gz
freebsd-ports-gnome-c9da8e20e91b878d32110d7a4e967629974ea63f.tar.zst
freebsd-ports-gnome-c9da8e20e91b878d32110d7a4e967629974ea63f.zip
Use USE_GNOMENG.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/librsvg/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
index 519c0a13507c..613a7f06a474 100644
--- a/graphics/librsvg/Makefile
+++ b/graphics/librsvg/Makefile
@@ -16,23 +16,15 @@ MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
- xml.5:${PORTSDIR}/textproc/libxml \
popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs gdkpixbuf
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-pre-patch:
- @${PERL} -pi -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>