diff options
author | kristerw <kristerw> | 2001-04-04 22:14:13 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2001-04-04 22:14:13 +0000 |
commit | 48baed57d8d3c6be2b1bee18e20036a7980ca1c0 (patch) | |
tree | 4cb0103f2aced94d2319b96900328b97f915a54f /emulators/xmame | |
parent | c17332dbb4edac7eaaaa7de95e1e487296d0e0ea (diff) | |
download | pkgsrc-48baed57d8d3c6be2b1bee18e20036a7980ca1c0.tar.gz |
The license says that "selling is not allowed". Add that to RESTRICTED.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 20a36b5533a..08cf769a139 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2001/03/31 18:59:30 kristerw Exp $ +# $NetBSD: Makefile,v 1.46 2001/04/04 22:14:13 kristerw Exp $ # DISTNAME= xmame-0.37b13.1 @@ -12,6 +12,10 @@ COMMENT= X11 emulator for old arcade and console machines DEPENDS= unzip>=5.40:../../archivers/unzip +RESTRICTED= "selling is not allowed" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + USE_X11BASE= YES USE_XPM= YES USE_GMAKE= YES |