diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-25 20:21:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-25 20:21:25 +0000 |
commit | 2ef78169eb8459ac56c533c66d0e9888242d99a2 (patch) | |
tree | c701abb9fb4c48fc4bb7dd1a3c62166b7ac23bde /emulators/mame/Makefile | |
parent | 8b4aee6dcf0b5e2bb664b64090207b1618377e10 (diff) | |
download | pkgsrc-2ef78169eb8459ac56c533c66d0e9888242d99a2.tar.gz |
Remove restrictions, this now has standard licensing.
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r-- | emulators/mame/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 5aedd68f42f..a27fdfde9af 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/09/02 12:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/09/25 20:21:25 wiz Exp $ DISTNAME= mame-0.177 CATEGORIES= emulators @@ -16,10 +16,6 @@ INSTALLATION_DIRS= bin ${DOCDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man6 INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/border_blur INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/chains/crt-geom ${SHAREDIR}/hash -RESTRICTED= selling is not allowed -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf USE_LANGUAGES= c99 c++ |