aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-16 20:52:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-16 20:52:58 +0000
commitc413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch)
tree23b624c17f756dbd332b69b2852f4b1534df4a72 /textproc/libxml/Makefile
parentbbc9d6f0caf390f0cb8c6b4b6a3b731cc395286a (diff)
downloadports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.tar.gz
ports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.zip
Notes
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r--textproc/libxml/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index 9479e0e8a015..69013187f47b 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -15,16 +15,14 @@ MASTER_SITE_SUBDIR= sources/libxml/1.8
MAINTAINER= gnome@FreeBSD.org
COMMENT= Xml parser library for GNOME
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-
USE_GMAKE= yes
+USE_GNOME= pkgconfig
USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
pre-patch:
- @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>