diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-12 22:55:46 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-12 22:55:46 +0000 |
commit | 52179add3bc068e3bed4e202ab955f41c2c9a34e (patch) | |
tree | 3931020e17f1223c8a122d01b2c67334b3158674 /emulators | |
parent | ff4ff09d9ac7154e60de3119948a9b43a6a7ce4f (diff) | |
download | FreeBSD-ports-52179add3bc068e3bed4e202ab955f41c2c9a34e.zip FreeBSD-ports-52179add3bc068e3bed4e202ab955f41c2c9a34e.tar.gz |
Correct some small spacing nits, and add a note about tracking
the distfile.
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 e0ab43a..2e662a3 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 |