diff options
author | sf <sf@FreeBSD.org> | 2002-01-19 13:11:20 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-19 13:11:20 +0800 |
commit | e272bc55b0824fa733b76bf67522284a377f2978 (patch) | |
tree | 15cb5a79df0bb10d07e31ae009b355ae0288464b /french | |
parent | bd90d5a7a876a48b21464d7121de4a1596c81d16 (diff) | |
download | freebsd-ports-gnome-e272bc55b0824fa733b76bf67522284a377f2978.tar.gz freebsd-ports-gnome-e272bc55b0824fa733b76bf67522284a377f2978.tar.zst freebsd-ports-gnome-e272bc55b0824fa733b76bf67522284a377f2978.zip |
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> |