fix dependencies

This commit is contained in:
Oliver Eikemeier 2004-07-07 10:15:38 +00:00
parent 320f70e38e
commit e5b315a539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113127

View File

@ -9,15 +9,16 @@
PORTNAME= xmlstarlet
PORTVERSION= 0.9.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= xmlstar
MAINTAINER= ports@FreeBSD.org
COMMENT= Command Line XML Toolkit
BUILD_DEPENDS= ${LOCALBASE}/lib/libxml2.a:${PORTSDIR}/textproc/libxml2 \
${LOCALBASE}/lib/libxslt.a:${PORTSDIR}/textproc/libxslt
USE_REINPLACE= yes
USE_ICONV= yes
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \
--with-libxslt-prefix=${LOCALBASE} \
@ -25,7 +26,7 @@ CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv"
PLIST_FILES= bin/xml
MAN1= xmlstarlet.1
MAN1= xmlstarlet.1
post-patch:
@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS," \