diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 10:40:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 10:40:47 +0800 |
commit | bc0544526614a8584478fe09b7dc8b94cb1cbacf (patch) | |
tree | ed67f04433111399ec54e55507f73fdfe6052004 /deskutils | |
parent | fa6e256c5493e7075e4add026bebd68fd79f7e32 (diff) | |
download | freebsd-ports-gnome-bc0544526614a8584478fe09b7dc8b94cb1cbacf.tar.gz freebsd-ports-gnome-bc0544526614a8584478fe09b7dc8b94cb1cbacf.tar.zst freebsd-ports-gnome-bc0544526614a8584478fe09b7dc8b94cb1cbacf.zip |
Adapt this to use the system tcl. (Actually, just took out LIB_DEPENDS
to tcl75.)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/zorro/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index a6dbb7f14421..f92efc78d42d 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.2 1996/08/04 00:27:01 chuckr Exp $ +# $Id: Makefile,v 1.3 1996/08/09 20:50:42 chuckr Exp $ # DISTNAME= zorro-1.1p8 @@ -13,8 +13,7 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= shanee@rabbit.augusta.de -LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \ - tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 NO_BUILD= yes |