diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /games/tvp | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 057b127..5becb76 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 \ |