diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 11:34:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 11:34:55 +0000 |
commit | 841bd2621beb61fd58e562a1fc888527ed32fdcb (patch) | |
tree | b9c395c0694c59aa79b40e26af52939f084892b1 /emulators | |
parent | a563195445608cb87d55bbbf7eb9097d303f2bc7 (diff) | |
download | pkgsrc-841bd2621beb61fd58e562a1fc888527ed32fdcb.tar.gz |
Mark as destdir-ready.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gambatte/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/gambatte/Makefile b/emulators/gambatte/Makefile index b8cd2431198..e500ed7588f 100644 --- a/emulators/gambatte/Makefile +++ b/emulators/gambatte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/08/26 19:58:44 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/29 11:34:55 wiz Exp $ # DISTNAME= gambatte_src-0.4.1 @@ -13,6 +13,8 @@ COMMENT= Game Boy Color emulator BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin share/doc/gambatte |