diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:45:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:01:21 +0800 |
commit | 4199d4a52ddeb553424b9330d1f93a024916697a (patch) | |
tree | 12f4e162ad7cdc00755c7edb28ced80b6e17ed7a /textproc/rasqal/Makefile | |
parent | fc4a3c0dfd0c4127b03dcecaca182c94aec10190 (diff) | |
download | freebsd-ports-gnome-4199d4a52ddeb553424b9330d1f93a024916697a.tar.gz freebsd-ports-gnome-4199d4a52ddeb553424b9330d1f93a024916697a.tar.zst freebsd-ports-gnome-4199d4a52ddeb553424b9330d1f93a024916697a.zip |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'textproc/rasqal/Makefile')
-rw-r--r-- | textproc/rasqal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 6a90a700329e..197912e341a4 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -18,8 +18,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libraptor2.so:textproc/raptor2 \ libpcre.so:devel/pcre -USES= gmake libtool pathfix perl5 pkgconfig -USE_OPENSSL= yes +USES= gmake libtool pathfix perl5 pkgconfig ssl USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes |