diff options
author | wiz <wiz> | 2004-04-25 00:48:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-25 00:48:25 +0000 |
commit | 345ca18af0ac086c525a82e89eb8241f01f30529 (patch) | |
tree | 3ec20d091b2b971c1ea64f6b15966987559afee6 /comms | |
parent | 6f7260ea509d47d1ef44e59c8b1c0becf4d4394b (diff) | |
download | pkgsrc-345ca18af0ac086c525a82e89eb8241f01f30529.tar.gz |
Convert to bl3.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xtel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile index 440bb1df943..97d6b20e784 100644 --- a/comms/xtel/Makefile +++ b/comms/xtel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:27:04 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 00:48:25 wiz Exp $ # DISTNAME= xtel-3.3.0 @@ -10,10 +10,10 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://pficheux.free.fr/xtel/ COMMENT= Minitel(r) emulator -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -.include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |