diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/yabause | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/yabause')
-rw-r--r-- | emulators/yabause/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 3830c0ec723..64c8e53ff71 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 17:11:00 tron Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/03 12:55:23 asau Exp $ DISTNAME= yabause-0.9.11.1 PKGREVISION= 6 @@ -10,8 +10,6 @@ HOMEPAGE= http://yabause.sourceforge.net/ COMMENT= Sega Saturn system emulator LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES+= c c++ |