diff options
-rw-r--r-- | french/xtel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/french/xtel/Makefile b/french/xtel/Makefile index fb5682b2cd1c..c5ad50e527d8 100644 --- a/french/xtel/Makefile +++ b/french/xtel/Makefile @@ -7,12 +7,17 @@ PORTNAME= xtel PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= french comms emulators MASTER_SITES= http://pficheux.free.fr/xtel/download/ MAINTAINER= thierry@thomas.as LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif # Remark: Xtel can serve a network, and emulate TVR and I-Minitel, but this is # the first release of this port, and these functionnalities have not (yet) |