diff options
-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 09c2998218f8..dc8a740d4bd7 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> .if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) -CONFIGURE_ARS+= --disable-zoom +CONFIGURE_ARGS+=--disable-zoom .endif MAN1= enlightenment.1 diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 09c2998218f8..dc8a740d4bd7 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> .if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) -CONFIGURE_ARS+= --disable-zoom +CONFIGURE_ARGS+=--disable-zoom .endif MAN1= enlightenment.1 diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 09c2998218f8..dc8a740d4bd7 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> .if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) -CONFIGURE_ARS+= --disable-zoom +CONFIGURE_ARGS+=--disable-zoom .endif MAN1= enlightenment.1 |