diff options
Diffstat (limited to 'emulators/xm7/Makefile')
-rw-r--r-- | emulators/xm7/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 7e372d4fe61..3f82703d12e 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/05/19 08:59:13 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/01/03 03:24:45 dholland Exp $ # DISTNAME= xm71010s @@ -19,6 +19,10 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +FETCH_MESSAGE= "The xm7 distfile is no longer available, and is not freely" +FETCH_MESSAGE+= "distributable. If you do not already have it then this" +FETCH_MESSAGE+= "package is not of much use." + BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf PKG_DESTDIR_SUPPORT= user-destdir |