diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-04 19:31:45 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-04 19:31:45 +0000 |
commit | 2ef4b5d7db9cc2e3aaa6edb8f05c80bfe59c0af3 (patch) | |
tree | aa14c2147e61d19d16d1b798cdfede8736021ba9 /www/firefox35 | |
parent | 52fe9bf1fdd311bc563f50d70e9828106914851b (diff) |
OK, I just need to step back and take a deep breath.
Changed -DXP_UNIX to XP_UNIX=1 in MAKE_ARGS. Why can't the damned makes
agree on what they want? #$##@#!
Notes
Notes:
svn path=/head/; revision=69459
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 8d7b27cb74d9..e2246ec85f11 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_ARGS+= -DXP_UNIX +MAKE_ARGS+= XP_UNIX=1 .include <bsd.port.pre.mk> |