summaryrefslogtreecommitdiff
path: root/www/firefox15
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-04 18:57:01 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-04 18:57:01 +0000
commit52fe9bf1fdd311bc563f50d70e9828106914851b (patch)
tree7eb9b508cc9e564b8b77d5249d54d56fe0db7de6 /www/firefox15
parentDisable pthread support in pkgconfig. pkgconfig doesn't use any (diff)
Changed MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and not
in the best of moods ... sorry.
Notes
Notes: svn path=/head/; revision=69458
Diffstat (limited to 'www/firefox15')
-rw-r--r--www/firefox15/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 7844aafe9da9..8d7b27cb74d9 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/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 <bsd.port.pre.mk>