Changeset 82464
- Timestamp:
- 08/14/11 00:04:12 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/wget/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/wget/Portfile
r82463 r82464 40 40 # So that +universal can use gettext and openssl on Tiger; see #18276. 41 41 configure.ldflags-append -liconv -lintl 42 if {[variant_isset ssl]} {43 depends_build-append port:pkgconfig44 pre-configure {45 configure.ldflags-append [exec ${prefix}/bin/pkg-config --libs libssl]46 }47 }48 42 49 43 variant test { … … 55 49 56 50 variant ssl description {Build with SSL support} { 51 depends_build-append port:pkgconfig 57 52 depends_lib-append port:openssl 53 pre-configure { 54 configure.ldflags-append [exec ${prefix}/bin/pkg-config --libs libssl] 55 } 58 56 configure.args-replace s|--without-ssl|--with-libssl-prefix=${prefix}| 59 57 }
Note: See TracChangeset
for help on using the changeset viewer.

