diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-19 00:32:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-19 00:32:13 +0000 |
commit | feadbcb1faa7c0c8612a4c28ffbf025abafb283d (patch) | |
tree | f52a437cc6af7932207d7e67c7075772a8e358c3 /emulators/tme | |
parent | fd8c422e8c2bcd9f28c08fa2e5ad13e0958bd8ec (diff) | |
download | pkgsrc-feadbcb1faa7c0c8612a4c28ffbf025abafb283d.tar.gz |
Convert to bl3.
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 016f0481c97..84cbfcad40e 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/19 00:36:28 wiz Exp $ # DISTNAME= tme-0.2 @@ -10,7 +10,7 @@ MAINTAINER= skrll@NetBSD.org HOMEPAGE= http://theory.lcs.mit.edu/~fredette/tme/ COMMENT= The Machine Emulator -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -18,6 +18,6 @@ USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --disable-debug -.include "../../devel/libtool/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../devel/libtool/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |