no more --enable-static

This commit is contained in:
brad 2004-07-04 05:37:08 +00:00
parent 67c1a7414d
commit a8c5871662
3 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2004/03/13 15:48:54 sturm Exp $
# $OpenBSD: Makefile,v 1.18 2004/07/04 05:37:08 brad Exp $
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
COMMENT= "graphical toolkit for Tcl"
@ -12,8 +12,6 @@ HOMEPAGE= http://dev.scriptics.com/software/tcltk/
LIB_DEPENDS= tcl80.1.5:tcl-8.0.5:lang/tcl/8.0
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -32,7 +30,7 @@ SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-tcl="${LOCALBASE}/lib/tcl8.0"
CONFIGURE_ARGS+= --with-tcl="${LOCALBASE}/lib/tcl8.0"
CONFIGURE_ENV= PORTSDIR="${PORTSDIR}"
WRKDIST= ${WRKDIR}/${DISTNAME}/unix

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2004/03/13 15:48:54 sturm Exp $
# $OpenBSD: Makefile,v 1.19 2004/07/04 05:37:09 brad Exp $
COMMENT= "graphical toolkit for Tcl"
@ -33,7 +33,7 @@ SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-tcl="${LOCALBASE}/lib/tcl8.3"
CONFIGURE_ARGS+= --with-tcl="${LOCALBASE}/lib/tcl8.3"
CONFIGURE_ENV= PORTSDIR="${PORTSDIR}"
WRKDIST= ${WRKDIR}/tk${VERSION}/unix

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2004/05/07 15:28:32 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2004/07/04 05:37:09 brad Exp $
COMMENT= "graphical toolkit for Tcl"
@ -31,7 +31,7 @@ SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-tcl="${LOCALBASE}/lib/tcl8.4"
CONFIGURE_ARGS+= --with-tcl="${LOCALBASE}/lib/tcl8.4"
CONFIGURE_ENV= PORTSDIR="${PORTSDIR}"
WRKDIST= ${WRKDIR}/tk${VERSION}/unix