diff options
author | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
commit | 82f3c8e784002823e168c10d13f666526e328a60 (patch) | |
tree | 7343e744cd3b22d04182c344825860733cdb10cd /devel/tclmore | |
parent | 0fd8de27d0ccf12f5fbb0467f91a4032234e0ffb (diff) | |
download | freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.gz freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.zst freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.zip |
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Diffstat (limited to 'devel/tclmore')
-rw-r--r-- | devel/tclmore/Makefile | 6 |
1 files changed, 2 insertions, 4 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} |