diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /devel/pwlib/Makefile | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 221a2a20c9f4..83236de86f74 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -19,11 +19,10 @@ CONFLICTS= ptlib-2.* WRKSRC= ${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g} -USES= bison gmake +USES= bison gmake ssl USE_GCC= any USE_AUTOTOOLS= autoconf WANT_GNOME= yes -USE_OPENSSL= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes |