diff options
author | acm <acm@FreeBSD.org> | 2011-10-21 14:38:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2011-10-21 14:38:43 +0800 |
commit | 59463aa8ce17c90679ca300e0535b26378be7166 (patch) | |
tree | e9ff54291db87dfb8359390acba391d0c6cd4992 /games | |
parent | 6f9e7fac94fae5d52f85fd756873be0e0d3f540f (diff) | |
download | freebsd-ports-gnome-59463aa8ce17c90679ca300e0535b26378be7166.tar.gz freebsd-ports-gnome-59463aa8ce17c90679ca300e0535b26378be7166.tar.zst freebsd-ports-gnome-59463aa8ce17c90679ca300e0535b26378be7166.zip |
- Fix MASTER_SITES
- Remove BROKEN
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-nerogame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/linux-nerogame/Makefile b/games/linux-nerogame/Makefile index bb70d7bbda29..9aedb4702dc7 100644 --- a/games/linux-nerogame/Makefile +++ b/games/linux-nerogame/Makefile @@ -8,15 +8,13 @@ PORTNAME= nerogame PORTVERSION= 2.0 CATEGORIES= games linux -MASTER_SITES= http://zweb.cs.utexas.edu/users/nn/nero/downloads/ +MASTER_SITES= http://z.cs.utexas.edu/users/nn/nero/downloads/ PKGNAMEPREFIX= linux- DISTNAME= nero2_linux_i386 MAINTAINER= acm@FreeBSD.org COMMENT= Neuro envolving robotic operatives the game -BROKEN= unfetchable - USE_LINUX= yes USE_LINUX_APPS= libvorbis sdl12 libtheora NO_BUILD= yes |