diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:49:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:49:16 +0000 |
commit | f898e749702c154f58483a3482ede3f5c3df4deb (patch) | |
tree | 92507b03888f6853335238a54eb3f241f9f4cac8 /textproc/libxml++ | |
parent | cbecb26057fccb3bc649f583973a0b81429789ca (diff) |
Fix dependency & Bump PORTREVISION.
PR: ports/54377
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=84692
Diffstat (limited to 'textproc/libxml++')
-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> |