summaryrefslogtreecommitdiff
path: root/french/xtel
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-07 05:19:53 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-07 05:19:53 +0000
commit929a720032b0582f1864206d067cdc7a3aa90e45 (patch)
tree9a47c825dc44bcd6324ad938e76bfccf660f674d /french/xtel
parentAdditional regexes to tweak the behavior of this port. It will now work (diff)
Add x11/XFree86-4-clients for mkfontdir if XFREE86_VERSION=4.
Submitted by: bento 4-exp
Notes
Notes: svn path=/head/; revision=52693
Diffstat (limited to 'french/xtel')
-rw-r--r--french/xtel/Makefile5
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)