diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-08-30 16:12:08 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-08-30 16:12:08 +0000 |
commit | 53b3330ac3081cb799780f94369f795956624dcf (patch) | |
tree | 5a5232825d8a9172c751002c31049a4e206fc46c /x11-wm | |
parent | ace350472a9b03d330df525c7017067929a2ce9f (diff) | |
download | ports-53b3330ac3081cb799780f94369f795956624dcf.tar.gz ports-53b3330ac3081cb799780f94369f795956624dcf.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 9ad1003b8e35..515ae71c9b89 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/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 diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 9ad1003b8e35..515ae71c9b89 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/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 |