Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= firefox |
9 |
PORTNAME= firefox |
10 |
DISTVERSION= 2.0.0.18 |
10 |
DISTVERSION= 2.0.0.19 |
11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
12 |
CATEGORIES= www ipv6 |
12 |
CATEGORIES= www ipv6 |
13 |
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |
13 |
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |
Lines 52-57
Link Here
|
52 |
|
52 |
|
53 |
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} |
53 |
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} |
54 |
|
54 |
|
|
|
55 |
.if ${HAVE_GNOME:Mlibgnomeui}!="" |
56 |
USE_GNOME+= libgnomeui |
57 |
MOZ_OPTIONS+= --enable-gnomeui |
58 |
.else |
59 |
MOZ_OPTIONS+= --disable-gnomeui |
60 |
.endif |
61 |
|
55 |
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 |
62 |
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 |
56 |
IGNORE= does not run, update to 6.2-RELEASE or newer |
63 |
IGNORE= does not run, update to 6.2-RELEASE or newer |
57 |
.endif |
64 |
.endif |