diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 17:07:25 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 17:07:25 +0000 |
commit | 5ead05bc416bfab14256f410a2161aa2b8106c35 (patch) | |
tree | 3373922ec50baacb4f4a144644af38c773f0b12b /emulators | |
parent | b19ed8fbe449a34200b0cdd3c41b4fd9a43f0719 (diff) | |
download | pkgsrc-5ead05bc416bfab14256f410a2161aa2b8106c35.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 9cf3656e095..6c61bc7df6d 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/05 10:40:33 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/11 17:09:54 snj Exp $ DISTNAME= BasiliskII_src_14032003 PKGNAME= BasiliskII-1.0.20030314 @@ -11,7 +11,7 @@ HOMEPAGE= http://gwenole.beauchesne.online.fr/basilisk2/ COMMENT= Open Source 68k Macintosh emulator WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ |