From 555f1ba86829fd1e9936dc5ec6ffcc919943e761 Mon Sep 17 00:00:00 2001 From: alane Date: Mon, 4 Nov 2002 18:57:01 +0000 Subject: Changed MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and not in the best of moods ... sorry. --- www/firefox35/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox35') diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 7844aafe9da9..8d7b27cb74d9 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -44,7 +44,7 @@ LIBS+= ${PTHREAD_LIBS} NO_MTREE= yes WRKSRC= ${WRKDIR}/mozilla LOCAL_PREFIX= ${PREFIX}/lib/${PORTNAME} -MAKE_FLAGS+= -DXP_UNIX +MAKE_ARGS+= -DXP_UNIX .include -- cgit