diff options
author | pav <pav@FreeBSD.org> | 2008-07-16 03:23:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-16 03:23:29 +0800 |
commit | 04579a2f570a24f2fa82cf8b17259c5d985a2def (patch) | |
tree | 4fe1941e3ae12ffe72de8d672c55225ac551ec99 /x11/lxpanel | |
parent | d8fc848414cab968c94672ea1d615135f3f7e10a (diff) | |
download | freebsd-ports-gnome-04579a2f570a24f2fa82cf8b17259c5d985a2def.tar.gz freebsd-ports-gnome-04579a2f570a24f2fa82cf8b17259c5d985a2def.tar.zst freebsd-ports-gnome-04579a2f570a24f2fa82cf8b17259c5d985a2def.zip |
- Mark BROKEN on FreeBSD 6.x
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 90fd00292eb1..4fe3b8c8dd41 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + pre-patch: @${REINPLACE_CMD} -e 's,linux,sys,' \ ${WRKSRC}/src/plugins/volume/volume-impl.c |