summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 11:14:15 +0000
committerwiz <wiz>2005-04-05 11:14:15 +0000
commitbfb8457dad6f226084dda2adee2011a64f8719cb (patch)
tree70ce5157f70aa52bc2177708a04159902566856d /emulators
parent35e5acfed307f6c8d8f8373a47e8b7fb79e4f40f (diff)
downloadpkgsrc-bfb8457dad6f226084dda2adee2011a64f8719cb.tar.gz
Convert to bl3, untested.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/p11/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index 44d55684d66..af20ac09784 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/05 11:14:15 wiz Exp $
#
DISTNAME= p11-2.10a
@@ -6,11 +6,8 @@ CATEGORIES= emulators
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
MAINTAINER= tech-pkg@NetBSD.org
-#HOMEPAGE=
COMMENT= PDP11 emulator
-DEPENDS+= libbegemot-[0-9]*:../../devel/libbegemot
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-begemot=${PREFIX}
USE_LIBTOOL= yes
@@ -23,4 +20,5 @@ do-build:
do-install:
cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS=
+.include "../../devel/libbegemot/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"