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/e16 | |
parent | f62c2c63677fadb5756f5c0aa4c558fb2bce9bb9 (diff) | |
download | ports-5dae44277e192bbd7e5c7928b9da84b7ac9e665c.tar.gz ports-5dae44277e192bbd7e5c7928b9da84b7ac9e665c.zip |
Notes
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-src_themes_Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index e97ab27fdef4..6b0903a6c079 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/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: diff --git a/x11-wm/e16/files/patch-src_themes_Makefile.in b/x11-wm/e16/files/patch-src_themes_Makefile.in index 9d0b048476db..320d5388735f 100644 --- a/x11-wm/e16/files/patch-src_themes_Makefile.in +++ b/x11-wm/e16/files/patch-src_themes_Makefile.in @@ -28,4 +28,3 @@ + gzip -d -c < $(srcdir)/BlueSteel.etheme.zh_TW.Big5 | (cd $(DESTDIR)$(ethemedir)/BlueSteel; tar -xmf -) if [ -n "$(USER)" ]; then chown -R $(USER) $(DESTDIR)$(ethemedir); else chown -R root $(DESTDIR)$(ethemedir); fi - |