diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /games/tvp | |
parent | 2a42fd62a8e25a47ed589726645bccb6357e1493 (diff) |
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 5dd4ea0d6492..3ed5ad5d1aa2 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.1.1.1 1997/10/23 14:42:22 hoek Exp $ +# $Id: Makefile,v 1.2 1997/11/08 13:26:08 hoek Exp $ # DISTNAME= tvp-0.9.7.1 @@ -18,7 +18,7 @@ MAINTAINER= hoek@FreeBSD.ORG LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-tcl-dir=${PREFIX}/lib \ +CONFIGURE_ARGS= --enable-tcl-dir=${PREFIX}/lib \ --enable-carddir=${PREFIX}/share/games/tvp MAN6= tvp.6 |