summaryrefslogtreecommitdiff
path: root/www/firefox15
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-04 19:31:45 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-04 19:31:45 +0000
commit2ef4b5d7db9cc2e3aaa6edb8f05c80bfe59c0af3 (patch)
treeaa14c2147e61d19d16d1b798cdfede8736021ba9 /www/firefox15
parentChanged MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and not (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/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 8d7b27cb74d9..e2246ec85f11 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_ARGS+= -DXP_UNIX
+MAKE_ARGS+= XP_UNIX=1
.include <bsd.port.pre.mk>