summaryrefslogtreecommitdiff
path: root/emulators/tme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tme/Makefile')
-rw-r--r--emulators/tme/Makefile8
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"