diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-04 18:57:01 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-04 18:57:01 +0000 |
commit | 52fe9bf1fdd311bc563f50d70e9828106914851b (patch) | |
tree | 7eb9b508cc9e564b8b77d5249d54d56fe0db7de6 /www/firefox | |
parent | Disable 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/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 7844aafe9da9..8d7b27cb74d9 100644 --- a/www/firefox/Makefile +++ b/www/firefox/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> |