diff options
author | asami <asami@FreeBSD.org> | 1996-07-10 10:55:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-10 10:55:48 +0800 |
commit | bad00de5c032d2ac5a5fd69072be1be97eda75e9 (patch) | |
tree | 7699252cade5acf0dc91c4288e437934c9fc71a0 /net/scotty3 | |
parent | ad9adb4cb888d495d815ac6801bf9c6175b8cc7a (diff) | |
download | freebsd-ports-gnome-bad00de5c032d2ac5a5fd69072be1be97eda75e9.tar.gz freebsd-ports-gnome-bad00de5c032d2ac5a5fd69072be1be97eda75e9.tar.zst freebsd-ports-gnome-bad00de5c032d2ac5a5fd69072be1be97eda75e9.zip |
Make the depended library names match the directories.
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 9bb2bea971be..2925f5df1b48 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -3,16 +3,16 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.8 1995/11/27 04:05:32 asami Exp $ +# $Id: Makefile,v 1.9 1996/06/07 06:30:03 gpalmer Exp $ # DISTNAME= scotty-2.0.2 CATEGORIES+= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk \ - tcl74\\.1\\.:${PORTSDIR}/lang/tcl -EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX +LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 \ + tcl74\\.1\\.:${PORTSDIR}/lang/tcl74 +EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX74 HAS_CONFIGURE= yes GNU_CONFIGURE= yes |