Changeset 79514
- Timestamp:
- 06/16/11 00:05:37 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/firefox-x11-devel/Portfile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/firefox-x11-devel/Portfile
r79513 r79514 40 40 41 41 depends_lib \ 42 port:xulrunner-devel 42 port:heimdal \ 43 port:gconf \ 44 port:esound \ 45 port:libcanberra \ 46 port:findutils \ 47 port:gtk2 \ 48 port:mesa \ 49 port:xorg-libXt \ 50 port:libnotify 51 52 archcheck.files \ 53 libexec/heimdal/lib/libkrb5.dylib \ 54 lib/libcanberra.dylib \ 55 lib/libgconf-2.dylib \ 56 lib/libgtk-x11-2.0.dylib \ 57 lib/libnotify.dylib \ 58 lib/libXt.dylib 43 59 44 60 use_autoconf yes 45 61 autoconf.cmd autoconf213 46 62 47 # Too many problems and headaches trying to get the external deps working right 48 default_variants +internal_dependencies 49 50 if {[variant_isset internal_dependencies]} { 51 set pkg_name ${name}-standalone 52 } else { 53 set pkg_name ${component}-x11 54 } 63 set pkg_name ${name} 55 64 56 65 configure.args \ … … 64 73 --x-includes=${prefix}/include \ 65 74 --x-libraries=${prefix}/lib \ 66 --with-system-nspr \ 67 --with-nspr-prefix=${prefix} \ 68 --with-system-nss \ 69 --with-nss-prefix=${prefix} \ 70 --with-system-libxul \ 71 --with-libxul-sdk=${prefix}/lib/xulrunner-devel \ 72 --with-system-bzip2=${prefix} \ 73 --with-system-jpeg=${prefix} \ 74 --with-system-zlib=${prefix} \ 75 --enable-system-lcms \ 76 --enable-system-cairo \ 77 --enable-system-sqlite \ 75 --enable-libxul \ 76 --disable-system-lcms \ 77 --disable-system-cairo \ 78 --disable-system-sqlite \ 78 79 --with-default-mozilla-five-home=${prefix}/lib/${pkg_name} \ 79 80 --enable-oji \ … … 159 160 } 160 161 161 variant internal_dependencies description {Use internal versions of nspr, nss, and xulrunner} {162 configure.args- delete\162 variant external_dependencies description {Use external versions of nspr and nss} { 163 configure.args-append \ 163 164 --with-system-nspr \ 164 165 --with-nspr-prefix=${prefix} \ … … 174 175 --enable-system-sqlite 175 176 176 configure.args- append\177 configure.args-delete \ 177 178 --enable-libxul \ 178 179 --disable-system-lcms \ … … 180 181 --disable-system-sqlite 181 182 183 depends_lib-append \ 184 port:xulrunner-devel 185 182 186 depends_lib-delete \ 183 port:xulrunner-devel184 185 depends_lib-append \186 187 port:heimdal \ 187 188 port:gconf \ … … 194 195 port:libnotify 195 196 196 archcheck.files- append\197 archcheck.files-delete \ 197 198 libexec/heimdal/lib/libkrb5.dylib \ 198 199 lib/libcanberra.dylib \
Note: See TracChangeset
for help on using the changeset viewer.

