diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 13:33:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 13:33:55 +0000 |
commit | 547066e8ed158084d9a3849d3a2b63da42638ed7 (patch) | |
tree | fdf30013e93af0f480fce13cfd416717b85e2cb3 /games | |
parent | 0382a917278d16e6d3e3e34a9db9cdd406e2d297 (diff) | |
download | ports-547066e8ed158084d9a3849d3a2b63da42638ed7.tar.gz ports-547066e8ed158084d9a3849d3a2b63da42638ed7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pysol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 3191a8d6e354..967edeab3b10 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -3,7 +3,7 @@ # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/21 07:50:43 tg Exp $ +# $Id: Makefile,v 1.4 1998/10/07 08:03:03 tg Exp $ # DISTNAME= pysol-1.10 @@ -14,6 +14,8 @@ MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= python:${PORTSDIR}/lang/python +BROKEN= fetch + do-build: do-install: |