diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-13 18:32:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-13 18:32:04 +0000 |
commit | f39c5a0dd6e882d6d571f0df468dac0780b15090 (patch) | |
tree | ffa2db329bbd89303972ea1f0f67348fde036b0e /sysutils/xfce4-netload-plugin | |
parent | - Broken on 8.x (diff) |
- Broken on 8.x
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=235713
Diffstat (limited to 'sysutils/xfce4-netload-plugin')
-rw-r--r-- | sysutils/xfce4-netload-plugin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 4cd4cc34c097..4b123a50c1b6 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -22,4 +22,10 @@ USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile: error: net/if_ppp.h: No such file or directory +.endif + +.include <bsd.port.post.mk> |