summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-07-21 19:36:30 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-07-21 19:36:30 +0000
commitce468e95abbefc841ff1a663ca4c24fc8949ae46 (patch)
tree7f9ce1d8713f63f3c539717e07497c7916881278 /french
parentUpdate to 1.4.0 (diff)
Make the port IGNORE for OSVERSION>800079 since it can't
be used with the default linux_base-f10.
Notes
Notes: svn path=/head/; revision=238180
Diffstat (limited to 'french')
-rw-r--r--french/gibi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/french/gibi/Makefile b/french/gibi/Makefile
index 706dae4582c6..88d8f99ca6ca 100644
--- a/french/gibi/Makefile
+++ b/french/gibi/Makefile
@@ -107,4 +107,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 800079
+IGNORE= the port can't be used with the default linux base port (linux_base-f10)
+.endif
+
+.include <bsd.port.post.mk>