diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-12 22:55:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-12 22:55:46 +0000 |
commit | 76e1e8131748768146dc0950ad454fd73db9b512 (patch) | |
tree | 252b59728507a7a340fa500c01402de891fe7a1d /emulators | |
parent | bff84058a77cf294101c726663cf32ba6e5e9e2a (diff) | |
download | ports-76e1e8131748768146dc0950ad454fd73db9b512.tar.gz ports-76e1e8131748768146dc0950ad454fd73db9b512.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index e0ab43a83da2..2e662a37f1eb 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -8,6 +8,10 @@ PORTNAME= xzx PORTVERSION= 4.3 CATEGORIES= emulators +# I don't maintain this port anymore, but I'm happy to track the distfiles, as +# it's difficult to fetch(1) them from the WWW site. If you are updating this +# port, shoot me an email if you want me to add the new distfile to +# MASTER_SITE_LOCAL -- adamw@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw DISTNAME= ${PORTNAME}-pro-${PORTVERSION} @@ -15,10 +19,10 @@ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 -# xmkmf is used in configure script -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +# xmkmf is used in configure script; USE_IMAKE makes the build unhappy +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 -USE_MOTIF= yes +USE_MOTIF= yes USE_X_PREFIX= yes # License forbids redistribution |