diff options
Diffstat (limited to 'devel/tclmore/Makefile')
-rw-r--r-- | devel/tclmore/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile index 460236c5a319..89d5443958fa 100644 --- a/devel/tclmore/Makefile +++ b/devel/tclmore/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclmore -# Date created: Tue Apr 25 16:20:49 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= tclmore PORTVERSION= 0.7b1 @@ -26,4 +22,5 @@ INFO= ${PORTNAME} CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --enable-threads +NO_STAGE= yes .include <bsd.port.mk> |