Changeset 82465
- Timestamp:
- 08/14/11 00:17:54 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/wget/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/wget/Portfile
r82464 r82465 7 7 name wget 8 8 version 1.13 9 revision 1 9 10 categories net www 10 11 maintainers ryandesign … … 48 49 } 49 50 50 variant ssl description {Build with SSL support } {51 variant ssl description {Build with SSL support using GnuTLS} { 51 52 depends_build-append port:pkgconfig 52 depends_lib-append port:openssl 53 pre-configure { 54 configure.ldflags-append [exec ${prefix}/bin/pkg-config --libs libssl] 55 } 56 configure.args-replace s|--without-ssl|--with-libssl-prefix=${prefix}| 53 depends_lib-append port:gnutls 54 configure.args-delete --without-ssl 57 55 } 58 56
Note: See TracChangeset
for help on using the changeset viewer.

