From db744767d7cabf999d75370339951b06c692d3a2 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 27 Jan 2001 16:53:18 +0000 Subject: Enable zoom future on alpha with XFree86-4. PR: ports/24678 Submitted by: conrad@th.physik.uni-bonn.de --- x11-wm/enlightenment/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'x11-wm/enlightenment') diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index ada6949a870b..a24a32998742 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -7,15 +7,15 @@ PORTNAME= enlightenment PORTVERSION= 0.16.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ ftp://beaver.its.vu.edu.au/pub/enlightenment/ \ - ftp://freebsd.sinica.edu.tw/pub/clive/ -# ${MASTER_SITE_LOCAL} -#MASTER_SITE_SUBDIR= vanilla + ftp://freebsd.sinica.edu.tw/pub/clive/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= vanilla DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Aqua.etheme \ BlueSteel.etheme.zh_TW.Big5 \ @@ -41,7 +41,9 @@ CONFIGURE_ARGS= --enable-fsstd --with-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" -.if (${MACHINE} == "alpha") +.include + +.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) CONFIGURE_ARS+= --disable-zoom .endif @@ -56,4 +58,4 @@ post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes ${CHMOD} -R a+rX ${PREFIX}/share/enlightenment/themes -.include +.include -- cgit v1.2.3