diff options
Diffstat (limited to 'lang/tcl-otcl')
-rw-r--r-- | lang/tcl-otcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 16eb0d9e592..34f169b2dc1 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/01/20 19:20:08 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:38 wiz Exp $ DISTNAME= otcl-src-1.14 PKGNAME= tcl-${DISTNAME:S/-src//} @@ -10,8 +10,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://otcl-tclcl.sourceforge.net/otcl/ COMMENT= MIT Object Tcl -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} |