diff options
Diffstat (limited to 'textproc/libxml++/Makefile')
-rw-r--r-- | textproc/libxml++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 86b782bb33d9..68ebe64e72c1 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -8,6 +8,7 @@ PORTNAME= libxml++ PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} @@ -15,9 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} MAINTAINER= ports@FreeBSD.org COMMENT= XML API for C++ -USE_GNOME= gnomehack libxml2 +USE_GNOME= gnomehack gnometarget libxml2 pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> |