diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 02:11:14 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 02:11:14 +0000 |
commit | 2e356d176085e39e43abae81a6598b5f1f444760 (patch) | |
tree | 9b053421e45364a7eacbc1642b591d297b12daf1 /emulators | |
parent | 3e23c146c9f88aaeac118bc6505b2318c83bc780 (diff) | |
download | pkgsrc-2e356d176085e39e43abae81a6598b5f1f444760.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 513fcba7222..1f8b811c50a 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/12 02:12:41 snj Exp $ # DISTNAME= hatari-0.45 @@ -10,7 +10,7 @@ HOMEPAGE= http://hatari.sourceforge.net/ COMMENT= Atari ST emulator WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_GNU_TOOLS+= make @@ -26,5 +26,5 @@ do-install: cd ${WRKSRC}/../doc && ${INSTALL_DATA} *.txt manual.html \ ${PREFIX}/share/doc/hatari -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |