diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-03 16:58:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-03 16:58:14 +0800 |
commit | 3f0ee688b727683aa8ab998addd4d852e268dc84 (patch) | |
tree | 78f16414c7b0e038a2ba4e7a157ef4f7fea29160 | |
parent | b4d21cb987d87f6f8eb48c14dcc49f58aeb546e9 (diff) | |
download | freebsd-ports-gnome-3f0ee688b727683aa8ab998addd4d852e268dc84.tar.gz freebsd-ports-gnome-3f0ee688b727683aa8ab998addd4d852e268dc84.tar.zst freebsd-ports-gnome-3f0ee688b727683aa8ab998addd4d852e268dc84.zip |
Mark as broken due to connection refused when attempting to contact
mastersite. PR: ports/57443 (maintainer timeout).
-rw-r--r-- | games/xpuyo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile index b073a767d463..bd60d7903f31 100644 --- a/games/xpuyo/Makefile +++ b/games/xpuyo/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.meme.hokudai.ac.jp/pub/games/ MAINTAINER= ports@FreeBSD.org COMMENT= Puyo-puyo, tetris like puzzle game for X11 +BROKEN= "connection is refused when attempting to contact website" + WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes |