diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
commit | 779cfe1b0350306c1b52d83e0b3ecab95f2870ef (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/openmsx/Makefile | |
parent | e096c0af670997932b9c031bb5ff9b4223cef39b (diff) | |
download | pkgsrc-779cfe1b0350306c1b52d83e0b3ecab95f2870ef.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index bc07f1524b3..8e67f2d368c 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/09/02 09:33:32 marino Exp $ +# $NetBSD: Makefile,v 1.35 2012/10/03 12:55:16 asau Exp $ # DISTNAME= openmsx-0.9.0 @@ -10,8 +10,6 @@ HOMEPAGE= http://openmsx.sourceforge.net/ COMMENT= MSX emulator that aims for perfection LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake USE_LANGUAGES+= c++ HAS_CONFIGURE= yes |