diff options
author | wiz <wiz> | 2005-04-05 11:14:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-05 11:14:15 +0000 |
commit | ba7639f0b60b05d617aec0e0735a076398158fcb (patch) | |
tree | 70ce5157f70aa52bc2177708a04159902566856d /emulators | |
parent | aa6626121e48d449e57a87ce9789ad4b62f1fdfd (diff) | |
download | pkgsrc-ba7639f0b60b05d617aec0e0735a076398158fcb.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/p11/Makefile | 6 |
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" |