diff options
-rw-r--r-- | french/gibi/Makefile | 8 |
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> |