diff options
author | minskim <minskim> | 2004-06-04 14:47:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-04 14:47:02 +0000 |
commit | ddcbd51925ceed634198e461b3d1447fe5efc693 (patch) | |
tree | 4a48d127f4b8596cf29d056417460b404afe0958 /net/tcl-scotty | |
parent | 2df9f4284257005bf7b790d9127737d390af8213 (diff) | |
download | pkgsrc-ddcbd51925ceed634198e461b3d1447fe5efc693.tar.gz |
Use buildlink framework and switch to Tcl 8.4.
Bump PKGREVISION due to the tcl dependency change.
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 30766bf1d19..c2f5070685b 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2004/06/04 14:44:31 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/06/04 14:47:02 minskim Exp $ # DISTNAME= scotty-${DIST_VERS} PKGNAME= tcl-scotty-${DIST_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net tcl MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -11,19 +11,23 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ COMMENT= Network management extensions to TCL -DEPENDS+= tcl>=8.3.2:../../lang/tcl83 +BUILDLINK_DEPENDS.tcl+= tcl>=8.4.6nb4 DIST_VERS= 2.1.11 WRKSRC= ${WRKDIR}/${DISTNAME}/unix +USE_BUILDLINK3= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \ +CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \ + --enable-multicast \ --enable-gdmo --without-tk-config CONFIGURE_ENV+= TARGET=scotty USE_LIBTOOL= yes NO_EXPORT_CPP= yes +.include "../../lang/tcl/buildlink3.mk" + post-extract: @${RM} -f ${WRKSRC}/../doc/http.n @${RM} -f ${WRKSRC}/../doc/tkined.1 |