diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 16:34:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 16:34:04 +0800 |
commit | 59c3ea93b2ff392fdeb8aea88c79618378d29cf0 (patch) | |
tree | b4eb5cd1c05a964c1578b663a456e76000e2470f /x11-toolkits/blt | |
parent | 5ec90d5fa553d7f7ce0933ae00e54d896fa7b5f0 (diff) | |
download | freebsd-ports-graphics-59c3ea93b2ff392fdeb8aea88c79618378d29cf0.tar.gz freebsd-ports-graphics-59c3ea93b2ff392fdeb8aea88c79618378d29cf0.tar.zst freebsd-ports-graphics-59c3ea93b2ff392fdeb8aea88c79618378d29cf0.zip |
Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 87eb60db9dd..0fde7421971 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin <lukin@okbmei.msk.su> # -# $Id: Makefile,v 1.7 1996/08/05 04:00:33 jkh Exp $ +# $Id: Makefile,v 1.8 1996/08/06 04:59:00 asami Exp $ # DISTNAME= blt-2.1 @@ -13,8 +13,7 @@ DISTFILES= BLT2.1.tar.gz MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= tcl75\\.:${PORTSDIR}/lang/tcl75 \ - tk41\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/blt2.1 GNU_CONFIGURE= yes |