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/firefox36 | |
parent | 5fa6a26e277087b563e10683de95cdc62223f6e3 (diff) | |
download | freebsd-ports-52fe9bf1fdd311bc563f50d70e9828106914851b.zip |
Changed MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and not
in the best of moods ... sorry.
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 7844aafe9da9..8d7b27cb74d9 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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> |