aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-07-25 18:31:20 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-07-25 18:31:20 +0000
commitd6164d502e59f8ca6766093d64f96957fea701c9 (patch)
treed878a6029cd67a05d552498f2034c74761d782a1
parentcf188cb81e8e828d00dc943e155474d3fe7cad14 (diff)
Notes
-rw-r--r--www/tcldom-libxml2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/tcldom-libxml2/Makefile b/www/tcldom-libxml2/Makefile
index 0ae2a187b354..3191e5eeafcd 100644
--- a/www/tcldom-libxml2/Makefile
+++ b/www/tcldom-libxml2/Makefile
@@ -11,8 +11,10 @@ PKGNAMESUFFIX= -libxml2
MAINTAINER= frank@fenor.de
COMMENT= DOM API for Tcl using libxml2
-BUILD_DEPENDS= ${LOCALBASE}/include/tclxml-libxml2/tclxml-libxml2Decls.h:${PORTSDIR}/devel/tclxml-libxml2
-RUN_DEPENDS= ${LOCALBASE}/lib/TclXML_libxml2${PORTVERSION}/libTclXML_libxml2${PORTVERSION}.so:${PORTSDIR}/devel/tclxml-libxml2
+BUILD_DEPENDS= ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml \
+ ${LOCALBASE}/include/tclxml-libxml2/tclxml-libxml2Decls.h:${PORTSDIR}/devel/tclxml-libxml2
+RUN_DEPENDS= ${LOCALBASE}/lib/Tclxml${PORTVERSION}/libTclxml${PORTVERSION}.so:${PORTSDIR}/devel/tclxml \
+ ${LOCALBASE}/lib/TclXML_libxml2${PORTVERSION}/libTclXML_libxml2${PORTVERSION}.so:${PORTSDIR}/devel/tclxml-libxml2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src-libxml2
PATCHDIR= ${.CURDIR}/files