aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-05-01 23:38:08 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-05-01 23:38:08 +0000
commitfaf5337b315eb5f14acf95461337090843b9af79 (patch)
tree734cc7a57a80614ba8c0549f87de04b707b6a1b6 /textproc/libxml++/Makefile
parent3247d8d46fea6b22465aa37efd9fd7181534d275 (diff)
downloadports-faf5337b315eb5f14acf95461337090843b9af79.tar.gz
ports-faf5337b315eb5f14acf95461337090843b9af79.zip
Update to version 0.22.0
PR: 51237 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=79975
Diffstat (limited to 'textproc/libxml++/Makefile')
-rw-r--r--textproc/libxml++/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 87ccba2eb618..17af34e397c5 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libxml++
-PORTVERSION= 0.21.0
+PORTVERSION= 0.22.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
@@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= XML API for C++
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
+USE_GNOME= gnomehack libxml2
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
- @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<istream>|<iostream>|g'
+ @${REINPLACE_CMD} -e \
+ 's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
.include <bsd.port.mk>