1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix dependency & Bump PORTREVISION.

PR:		ports/54377
Submitted by:	Ports Fury
This commit is contained in:
Norikatsu Shigemura 2003-07-11 17:49:16 +00:00
parent cbecb26057
commit f898e74970
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84692
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>