diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 00:17:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 00:17:56 +0000 |
commit | 825bfdad83b7b2baeb80d9193e719f524531388a (patch) | |
tree | c665375a01873d45f245a25a7a6519b361166c07 /devel/tclxml | |
parent | abcbc8b2329ca2eb72a436ef84deadfd3d0a9b07 (diff) |
ports/devel/tclxml depends on ports/devel/tcllib
Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
but this is not present in RUN_DEPENDS variable (see
Makefile).
PR: ports/54584
Submitted by: Nicola Vitale <nivit@libero.it>
Notes
Notes:
svn path=/head/; revision=88016
Diffstat (limited to 'devel/tclxml')
-rw-r--r-- | devel/tclxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 0214cf7ae305..a583fdfea0c7 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -15,7 +15,8 @@ MAINTAINER= dyeske@yahoo.com COMMENT= API for parsing XML documents using Tcl BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 -RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 +RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 \ + ${LOCALBASE}/lib/tcllib1.3/uri/uri.tcl:${PORTSDIR}/devel/tcllib GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |