diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-05-01 16:02:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-05-01 16:02:20 +0000 |
commit | d81e52ad84dd60a7b6ab5ce98ff15adcecfa162c (patch) | |
tree | 6f60d62780b988131ec270f3faac0fc6282d65f8 /x11-toolkits/tk83/Makefile | |
parent | 7d09d34539d17bc106d1bfa235b6e0d326ea1c31 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/tk83/Makefile')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index fe3a66653f04..c4839e2b1dae 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -8,15 +8,16 @@ PORTNAME= tk PORTVERSION= 8.3.0 CATEGORIES= x11-toolkits tk83 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/devel/ \ + http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/ +DISTNAME= ${PORTNAME}${PORTVERSION}plus MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_XLIB= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/unix +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 |