diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-23 14:43:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-23 14:43:40 +0000 |
commit | 5dae44277e192bbd7e5c7928b9da84b7ac9e665c (patch) | |
tree | 110ea5420c7a9856942ec94404f51023c06915e3 /x11-wm/enlightenment/Makefile | |
parent | f62c2c63677fadb5756f5c0aa4c558fb2bce9bb9 (diff) | |
download | ports-5dae44277e192bbd7e5c7928b9da84b7ac9e665c.tar.gz ports-5dae44277e192bbd7e5c7928b9da84b7ac9e665c.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment/Makefile')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index e97ab27fdef4..6b0903a6c079 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --enable-fsstd --with-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" +.if (${MACHINE} == "alpha") +CONFIGURE_ARS+= --disable-zoom +.endif + MAN1= enlightenment.1 pre-build: |