aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-30 08:17:56 +0800
committeredwin <edwin@FreeBSD.org>2003-08-30 08:17:56 +0800
commitdd4e92490febfc02e5d501d775d64a95d248a2c1 (patch)
tree178e68e787d58db5b5e3c80a4500de829abd9317
parent688b2fb904bbdadf8f0ac84d1dd63d8a9234629b (diff)
downloadfreebsd-ports-gnome-dd4e92490febfc02e5d501d775d64a95d248a2c1.tar.gz
freebsd-ports-gnome-dd4e92490febfc02e5d501d775d64a95d248a2c1.tar.zst
freebsd-ports-gnome-dd4e92490febfc02e5d501d775d64a95d248a2c1.zip
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>
-rw-r--r--devel/tclxml/Makefile3
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