diff options
author | nork <nork@FreeBSD.org> | 2003-07-12 01:49:16 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-12 01:49:16 +0800 |
commit | 973f20be99dcf7a155c25f70702f57f270409a5b (patch) | |
tree | 2c0ea1446ea4e44e1ae889dc9eafbf3ef7f17a3f | |
parent | 6d18df3e17bbcfa012f98bb538783c34faf86652 (diff) | |
download | freebsd-ports-gnome-973f20be99dcf7a155c25f70702f57f270409a5b.tar.gz freebsd-ports-gnome-973f20be99dcf7a155c25f70702f57f270409a5b.tar.zst freebsd-ports-gnome-973f20be99dcf7a155c25f70702f57f270409a5b.zip |
Fix dependency & Bump PORTREVISION.
PR: ports/54377
Submitted by: Ports Fury
-rw-r--r-- | textproc/libxml++/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 86b782bb33d9..68ebe64e72c1 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/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> |