diff options
Diffstat (limited to 'comms/xtel/Makefile')
-rw-r--r-- | comms/xtel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile index 762038bc49a..e19593ee9bf 100644 --- a/comms/xtel/Makefile +++ b/comms/xtel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:28 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/16 18:11:03 wiz Exp $ # DISTNAME= xtel-3.3.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= comms x11 MASTER_SITES= http://pficheux.free.fr/xtel/download/ @@ -13,6 +13,9 @@ COMMENT= Minitel(r) emulator USE_IMAKE= YES USE_TOOLS+= mkfontdir +FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/xtel +REQD_DIRS= ${PREFIX}/lib/X11/fonts/xtel + .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" |