diff options
-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 |