aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-07 10:15:38 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-07 10:15:38 +0000
commite5b315a539cc758f8140400853d423083b762574 (patch)
tree88844ed90e27a9ae6eacaad56cb5a0a4ba5ab2ba /textproc
parent320f70e38ec9239bc0ad5edaac5173f9c7b62d7b (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlstarlet/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile
index 3b357f0e54f6..122c395784ab 100644
--- a/textproc/xmlstarlet/Makefile
+++ b/textproc/xmlstarlet/Makefile
@@ -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," \