aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml++26/Makefile')
-rw-r--r--textproc/libxml++26/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index 847966b3fd8c..6e77d71582c0 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -9,6 +9,7 @@
PORTNAME= libxml++
PORTVERSION= 2.12.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -24,7 +25,7 @@ LATEST_LINK= libxml++26
USE_GMAKE= yes
USE_GCC= 3.4
USE_GNOME= gnomehack gnometarget libxml2 pkgconfig
-USE_AUTOTOOLS= libtool:15:inc
+GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -44,13 +45,4 @@ post-configure:
@${TOUCH} ${WRKSRC}/docs/reference/${PORTVERSION:R}/html/index.html
.endif
-patch-autotools::
- @(cd ${PATCH_WRKSRC}; \
- for file in ${LIBTOOLFILES}; do \
- ${CP} $$file $$file.tmp; \
- ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
- $$file.tmp > $$file; \
- ${RM} $$file.tmp; \
- done);
-
.include <bsd.port.mk>