diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:23:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:23:29 +0000 |
commit | 380b645e65d5edfc8258c4a309d5b34115e6ad4f (patch) | |
tree | a72be439cecf6da34d7dced58392fb657d6522d5 /x11/lxpanel | |
parent | 939c8d6dc72d160a8e4eea0fb0234f222745741a (diff) |
Notes
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 |