diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-23 22:43:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-23 22:43:40 +0800 |
commit | 9d9912b7cba45620b4f32fc0db85181051196554 (patch) | |
tree | 29e15b3489bacb2a74f69e6a6c36fe9d1db9e8ec /x11-wm/e16/Makefile | |
parent | 24a7727610e8f661d4cc5cd4df77bc96a059f49d (diff) | |
download | freebsd-ports-gnome-9d9912b7cba45620b4f32fc0db85181051196554.tar.gz freebsd-ports-gnome-9d9912b7cba45620b4f32fc0db85181051196554.tar.zst freebsd-ports-gnome-9d9912b7cba45620b4f32fc0db85181051196554.zip |
Disable snapshot for pager.
PR: ports/24534
Submitted by: Jan Conrad <conrad@th.physik.uni-bonn.de>
Obtained from: debian
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 4 |
1 files changed, 4 insertions, 0 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: |