diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-07-21 19:36:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-07-21 19:36:30 +0000 |
commit | ce468e95abbefc841ff1a663ca4c24fc8949ae46 (patch) | |
tree | 7f9ce1d8713f63f3c539717e07497c7916881278 /french | |
parent | 330da1155b01b6d7a44e6e4dcc4f6274517c82ea (diff) | |
download | ports-ce468e95abbefc841ff1a663ca4c24fc8949ae46.tar.gz ports-ce468e95abbefc841ff1a663ca4c24fc8949ae46.zip |
Notes
Diffstat (limited to 'french')
-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> |