diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /games/tvp | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'games/tvp')
-rw-r--r-- | games/tvp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 057b1277fb53..5becb762883f 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -3,7 +3,7 @@ # Date Created: 3 Jul 1996 # Whom: Tim Vanderhoek <ac199@hwcn.org> # -# $Id: Makefile,v 1.3 1997/12/24 01:21:44 alex Exp $ +# $Id: Makefile,v 1.4 1998/07/15 16:00:52 hoek Exp $ # DISTNAME= tvp-0.9.7.1 @@ -15,7 +15,7 @@ MAINTAINER= hoek@FreeBSD.ORG # If you comment this out, the port should automatically use whichever # version of tk you have installed, or, lacking all versions, it will # build only the ANSI and terminal interfaces (not the nice X interface). -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl-dir=${PREFIX}/lib \ |