diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 00:48:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 00:48:25 +0000 |
commit | d0c112d3a38991c24c0a44e3dd6c45f4d9476b08 (patch) | |
tree | 3ec20d091b2b971c1ea64f6b15966987559afee6 /comms | |
parent | 85989f048fe9b1b1c5d710bd20ef63d2da825b51 (diff) | |
download | pkgsrc-d0c112d3a38991c24c0a44e3dd6c45f4d9476b08.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" |