aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e16
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2004-08-30 16:12:08 +0000
committerClive Lin <clive@FreeBSD.org>2004-08-30 16:12:08 +0000
commit53b3330ac3081cb799780f94369f795956624dcf (patch)
tree5a5232825d8a9172c751002c31049a4e206fc46c /x11-wm/e16
parentace350472a9b03d330df525c7017067929a2ce9f (diff)
Notes
Diffstat (limited to 'x11-wm/e16')
-rw-r--r--x11-wm/e16/Makefile2
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