summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-01-20 12:14:31 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-01-20 12:14:31 +0000
commite387bd45f9de8cead9b25cabd5b5830502674dad (patch)
tree74dafea667406c0e50ee7e2d77403b0e28d633e9 /french
parentPR contained also a new file. (diff)
Build failure problem is solved (.include <bsd.port.pre.mk> had to
appear earlier. Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
Notes
Notes: svn path=/head/; revision=53381
Diffstat (limited to 'french')
-rw-r--r--french/xtel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/french/xtel/Makefile b/french/xtel/Makefile
index 10e0bb3a4a06..debe820d1c6c 100644
--- a/french/xtel/Makefile
+++ b/french/xtel/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= thierry@thomas.as
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
+.include <bsd.port.pre.mk>
+
# 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)
# been implemented.
@@ -74,8 +76,6 @@ 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