diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/global-menu/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile index dd4a9d958d8c..caa547de6a20 100644 --- a/deskutils/global-menu/Makefile +++ b/deskutils/global-menu/Makefile @@ -27,6 +27,9 @@ OPTIONS_DEFINE= XFCE4_PANEL NLS XFCE4_PANEL_DESC= Xfce panel applet NO_STAGE= yes + +BROKEN_sparc64= Leaves files behind on deinstall on sparc64 + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXFCE4_PANEL} @@ -55,10 +58,4 @@ post-install: ${LOCALBASE}/libdata/bonobo/servers @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Leaves files behind on deinstall on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |