diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-19 05:11:20 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-19 05:11:20 +0000 |
commit | 88f8ff52b680bd192ba2911e94f4539784003d99 (patch) | |
tree | 4517cfbad2f6453968f5e71cb3895d0918872f33 /french | |
parent | o update to 0.99.4. (diff) |
unbreak: USE_IMAKE should be prior to pre.mk.
PR: 33828
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'french')
-rw-r--r-- | french/xtel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/french/xtel/Makefile b/french/xtel/Makefile index ae9f14707893..10e0bb3a4a06 100644 --- a/french/xtel/Makefile +++ b/french/xtel/Makefile @@ -13,13 +13,7 @@ MASTER_SITES= http://pficheux.free.fr/xtel/download/ MAINTAINER= thierry@thomas.as -.include <bsd.port.pre.mk> - 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) @@ -80,4 +74,11 @@ post-install: @${CAT} ${WRKDIR}/pkg-message | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" @${ECHO} +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + .include <bsd.port.post.mk> |