diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 21:33:55 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 21:33:55 +0800 |
commit | 5cee1d2d934dd54930f1ef91c4314678d7cffb7f (patch) | |
tree | f7fc2c7e62f3f0edc14f92bf57201109eed4eaf9 /games/pysol/Makefile | |
parent | de4affb9bbcf7d696cdf8746d646937e4b4216e9 (diff) | |
download | freebsd-ports-gnome-5cee1d2d934dd54930f1ef91c4314678d7cffb7f.tar.gz freebsd-ports-gnome-5cee1d2d934dd54930f1ef91c4314678d7cffb7f.tar.zst freebsd-ports-gnome-5cee1d2d934dd54930f1ef91c4314678d7cffb7f.zip |
Mark BROKEN. Doesn't fetch:
FTP error:
/usr/bin/fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from http://wildsau.idv.uni-linz.ac.at/mfx/download/.
/usr/bin/fetch: pysol-1.10.tar.gz: wildsau.idv.uni-linz.ac.at: HTTP server retur
ned error code 404
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Diffstat (limited to 'games/pysol/Makefile')
-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: |