diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 20:48:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 20:48:38 +0000 |
commit | 3050542564116cea13bc4527fbf815388efcac7e (patch) | |
tree | 441ba950113b4486451331f9697d2750db3e9f37 /x11-wm | |
parent | Didn't notice before that this port actually uses GNU autoconf... This (diff) |
Fix typo.
PR: 25658
Submitted by: nrahlstr
Notes
Notes:
svn path=/head/; revision=39467
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 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 |