diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:19:53 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:19:53 +0000 |
commit | 929a720032b0582f1864206d067cdc7a3aa90e45 (patch) | |
tree | 9a47c825dc44bcd6324ad938e76bfccf660f674d /french | |
parent | 04dfaa68e3d492c7ea34bdd656a1230abcf97f37 (diff) | |
download | ports-929a720032b0582f1864206d067cdc7a3aa90e45.tar.gz ports-929a720032b0582f1864206d067cdc7a3aa90e45.zip |
Notes
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) |