diff options
-rw-r--r-- | emulators/xm7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index d2420494179..07a6c1575d1 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/09/10 00:14:33 uebayasi Exp $ +# $NetBSD: Makefile,v 1.26 2008/09/10 00:33:59 gdt Exp $ # DISTNAME= xm71010s @@ -17,8 +17,8 @@ BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM= Linux-*-* +LICENSE= xm7-license RESTRICTED= source archive is not redistributable -LICENSE= no-commercial-use NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |