From 9214d520f8f4ef73ff2da1ce7f0728765a8862f0 Mon Sep 17 00:00:00 2001 From: adamw Date: Sat, 22 Jan 2005 00:07:40 +0000 Subject: Use GCC 3.4 on 4.x against mozilla-devel. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3461 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 72f76ae08..fcc3e7a91 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -55,6 +55,14 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas +.include + +.if ${OSVERSION} < 500000 +.if ${MOZILLA}=="mozilla-devel" +USE_GCC= 3.4 +.endif +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " By default epiphany uses www/mozilla for html rendering, but you can" @@ -89,4 +97,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/yelp.sh ${PREFIX}/bin/yelp ${INSTALL_SCRIPT} ${WRKDIR}/gnome-help.sh ${PREFIX}/bin/gnome-help -.include +.include -- cgit v1.2.3