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/enlightenment-devel | |
parent | 94dd58691bff3bfecd21274b284e2eddc1e31288 (diff) | |
download | ports-3050542564116cea13bc4527fbf815388efcac7e.tar.gz ports-3050542564116cea13bc4527fbf815388efcac7e.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |