diff options
author | will <will@FreeBSD.org> | 2002-01-07 13:19:53 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-07 13:19:53 +0800 |
commit | 938644f0d1ff7954ce8b3cc4196fb5bcc3f90a34 (patch) | |
tree | c6e04749ed0b49de5f578f4549267a5edf85bee5 /french | |
parent | 4c9bc4cf4fc464a94f7486903c6ef07a09432007 (diff) | |
download | freebsd-ports-gnome-938644f0d1ff7954ce8b3cc4196fb5bcc3f90a34.tar.gz freebsd-ports-gnome-938644f0d1ff7954ce8b3cc4196fb5bcc3f90a34.tar.zst freebsd-ports-gnome-938644f0d1ff7954ce8b3cc4196fb5bcc3f90a34.zip |
Add x11/XFree86-4-clients for mkfontdir if XFREE86_VERSION=4.
Submitted by: bento 4-exp
Diffstat (limited to 'french')
-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) |