summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
commit9e9ef47797d9fbfff1149f1cc003e33964462580 (patch)
tree220c674eea737ae74bea23164b0350e21cf65292 /devel
parent- Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCL (diff)
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Notes
Notes: svn path=/head/; revision=181732
Diffstat (limited to 'devel')
-rw-r--r--devel/tclmore/Makefile6
-rw-r--r--devel/ztcl/Makefile3
2 files changed, 3 insertions, 6 deletions
diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile
index 00f4f1b13177..526ca3b71d55 100644
--- a/devel/tclmore/Makefile
+++ b/devel/tclmore/Makefile
@@ -14,13 +14,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= dsh@vlink.ru
COMMENT= More TCL commands
-# USE_TCL only provides run depend. hack around
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
USE_GMAKE= yes
+USE_LDCONFIG= yes
USE_TCL= yes
+USE_TCL_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME}
diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile
index 852fa4bcd451..465c97ac48ad 100644
--- a/devel/ztcl/Makefile
+++ b/devel/ztcl/Makefile
@@ -15,13 +15,12 @@ MAINTAINER= dsh@vlink.ru
COMMENT= A zlib extension library for the Tcl
LIB_DEPENDS= tclmore0.7:${PORTSDIR}/devel/tclmore
-# USE_TCL only gives run dependency
-BUILD_DEPENDS= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_TCL= yes
+USE_TCL_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME} ${PORTNAME}-zlib