summaryrefslogtreecommitdiffstats
path: root/www/firefox15
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-11-04 19:31:45 +0000
committeralane <alane@FreeBSD.org>2002-11-04 19:31:45 +0000
commit6e113ae0b4aa8dd78d92c05791488ee8828e5f5e (patch)
tree23adeff71070278f0f21a0e0aa647df46bbdd997 /www/firefox15
parent555f1ba86829fd1e9936dc5ec6ffcc919943e761 (diff)
downloadFreeBSD-ports-6e113ae0b4aa8dd78d92c05791488ee8828e5f5e.zip
FreeBSD-ports-6e113ae0b4aa8dd78d92c05791488ee8828e5f5e.tar.gz
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? #$##@#!
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 8d7b27c..e2246ec 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>
OpenPOWER on IntegriCloud