diff options
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 9ad1003b8e35..515ae71c9b89 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -31,7 +31,7 @@ MAN1= enlightenment.1 .include <bsd.port.pre.mk> -.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) +.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3) CONFIGURE_ARGS+= --disable-zoom .endif |