diff options
author | asami <asami@FreeBSD.org> | 1998-03-22 17:37:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-22 17:37:19 +0800 |
commit | c3844767c9873896e05034ebd507e90a70df705b (patch) | |
tree | d91cc97c2531c9d90df994ffa9eb2a6d9dbbbf0b /x11-toolkits | |
parent | 46b90731a0fefa533bc2710a4c5e554603affb9c (diff) | |
download | freebsd-ports-gnome-c3844767c9873896e05034ebd507e90a70df705b.tar.gz freebsd-ports-gnome-c3844767c9873896e05034ebd507e90a70df705b.tar.zst freebsd-ports-gnome-c3844767c9873896e05034ebd507e90a70df705b.zip |
Add NO_LATEST_LINK, tcl81/tk81 are still alpha.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index f0096cfd46bb..c6857f459852 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/02/16 15:59:56 jseger Exp $ +# $Id: Makefile,v 1.9 1998/03/02 02:09:45 jseger Exp $ # DISTNAME= tk8.1a2 @@ -15,6 +15,7 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81 +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index f0096cfd46bb..c6857f459852 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/02/16 15:59:56 jseger Exp $ +# $Id: Makefile,v 1.9 1998/03/02 02:09:45 jseger Exp $ # DISTNAME= tk8.1a2 @@ -15,6 +15,7 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81 +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index f0096cfd46bb..c6857f459852 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/02/16 15:59:56 jseger Exp $ +# $Id: Makefile,v 1.9 1998/03/02 02:09:45 jseger Exp $ # DISTNAME= tk8.1a2 @@ -15,6 +15,7 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81 +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |