diff options
author | clive <clive@FreeBSD.org> | 2004-08-30 16:12:08 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2004-08-30 16:12:08 +0000 |
commit | a0a34acbf5cf8f47696b7c2c73b49d00600254cd (patch) | |
tree | 0cc76ea36d73362b720c88f0e7126d2d7ef6818f /x11-wm | |
parent | 6c38107d5f20e9d7dcf6908a0ceb7bd04324fd85 (diff) | |
download | FreeBSD-ports-a0a34acbf5cf8f47696b7c2c73b49d00600254cd.zip FreeBSD-ports-a0a34acbf5cf8f47696b7c2c73b49d00600254cd.tar.gz |
Heal alpha release build.
Approved by: vanilla
Obtained from: lesi
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 9ad1003..515ae71 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 9ad1003..515ae71 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 9ad1003..515ae71 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 |