diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 07:03:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 07:03:09 +0800 |
commit | 660207c51714ba0eea5565292375223f481d961a (patch) | |
tree | ba525084ed0259d867cea79e1dd2fbd1bc671b49 /games | |
parent | 2eac32e83f77b0a2db0e84f621d29026335ace3f (diff) | |
download | freebsd-ports-gnome-660207c51714ba0eea5565292375223f481d961a.tar.gz freebsd-ports-gnome-660207c51714ba0eea5565292375223f481d961a.tar.zst freebsd-ports-gnome-660207c51714ba0eea5565292375223f481d961a.zip |
- This port is not unfetchable
Diffstat (limited to 'games')
-rw-r--r-- | games/pingus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 58bcb3c929de..4caaf8902f0b 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -5,14 +5,11 @@ PORTNAME= pingus PORTVERSION= 0.7.6 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Lemmings-like game -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libpng.so:graphics/png \ libboost_signals.so:devel/boost-libs |