diff options
author | bsam <bsam@FreeBSD.org> | 2009-07-22 03:36:30 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-07-22 03:36:30 +0800 |
commit | 0bea5c4189b608bdbc3edee07dc63808140eb9e0 (patch) | |
tree | 25e98895fa3e6be55e59f40076e4e93bba162261 /french | |
parent | 82a1e38924c1bd3b97c12c5685462a3ac0df0da7 (diff) | |
download | freebsd-ports-gnome-0bea5c4189b608bdbc3edee07dc63808140eb9e0.tar.gz freebsd-ports-gnome-0bea5c4189b608bdbc3edee07dc63808140eb9e0.tar.zst freebsd-ports-gnome-0bea5c4189b608bdbc3edee07dc63808140eb9e0.zip |
Make the port IGNORE for OSVERSION>800079 since it can't
be used with the default linux_base-f10.
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> |