diff options
author | ak <ak@FreeBSD.org> | 2015-04-09 13:19:23 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-04-09 13:19:23 +0800 |
commit | d178dc969b7e711e2c0d7e39777ef0bb4634b381 (patch) | |
tree | 5fa47b0c7eb33b379794572c97a2890e3f44e898 /emulators | |
parent | d44bc8c27df3b76fe5a998fe36dfeab2119fa954 (diff) | |
download | freebsd-ports-gnome-d178dc969b7e711e2c0d7e39777ef0bb4634b381.tar.gz freebsd-ports-gnome-d178dc969b7e711e2c0d7e39777ef0bb4634b381.tar.zst freebsd-ports-gnome-d178dc969b7e711e2c0d7e39777ef0bb4634b381.zip |
- Update MASTER_SITES, unbreak
PR: 199227
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 327e95467c5a..84be438cf336 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -5,21 +5,18 @@ PORTNAME= xzx PORTVERSION= 4.6 PORTREVISION= 4 CATEGORIES= emulators -MASTER_SITES= http://fossies.org/linux/misc/ +MASTER_SITES= http://wos.meulie.net/pub/sinclair/emulators/unix/ \ + http://fossies.org/linux/misc/old/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 -BROKEN= Unfetchable +RESTRICTED= Redistribution forbidden by license USES= imake:env motif - USE_XORG= x11 ice sm xext xpm xt xxf86vm -# License forbids redistribution -RESTRICTED= Redistribution forbidden by license - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-oss |