summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-19 00:32:13 +0000
committerwiz <wiz>2004-04-19 00:32:13 +0000
commit11b7a44d3b1497706cafffbb7054ee3c5181aab1 (patch)
treef52a437cc6af7932207d7e67c7075772a8e358c3 /emulators/tme
parentb19a9423b0f62164c16ab7a1fb098c9a8448fee4 (diff)
downloadpkgsrc-11b7a44d3b1497706cafffbb7054ee3c5181aab1.tar.gz
Convert to bl3.
Diffstat (limited to 'emulators/tme')
-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"