diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:45:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-15 22:45:30 +0800 |
commit | 6995bd7d8fbe7cdb0e5fc7a2f82217a473513738 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /misc | |
parent | 941e9bfd3ffd5e08622195155a4863b64f06ae5a (diff) | |
download | freebsd-ports-gnome-6995bd7d8fbe7cdb0e5fc7a2f82217a473513738.tar.gz freebsd-ports-gnome-6995bd7d8fbe7cdb0e5fc7a2f82217a473513738.tar.zst freebsd-ports-gnome-6995bd7d8fbe7cdb0e5fc7a2f82217a473513738.zip |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 3 | ||||
-rw-r--r-- | misc/bibletime/Makefile | 3 | ||||
-rw-r--r-- | misc/linm/Makefile | 3 | ||||
-rw-r--r-- | misc/mbuffer/Makefile | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 3721dcd8f55b..4d3aca83fba3 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -20,9 +20,8 @@ SLAVEDIRS= misc/amanda-client GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= charsetfix gmake libtool perl5 pkgconfig +USES= charsetfix gmake libtool perl5 pkgconfig ssl USE_GNOME= glib20 -USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --without-amlibexecdir \ diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index a10820c0d90e..2557f6c63db7 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword -USES= cmake:outsource tar:xz -USE_OPENSSL= yes +USES= cmake:outsource tar:xz ssl USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 08439be3e4de..4992726e9b67 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -14,8 +14,7 @@ COMMENT= Clone of Mdir, mc-style terminal file manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext pkgconfig gmake libtool ncurses -USE_OPENSSL= yes +USES= gettext pkgconfig gmake libtool ncurses ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cfgpath="${ETCDIR}" MAKE_JOBS_UNSAFE= yes diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile index 1868264270e1..a6cc7e2f8211 100644 --- a/misc/mbuffer/Makefile +++ b/misc/mbuffer/Makefile @@ -32,7 +32,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else CONFIGURE_ARGS+=ac_cv_search_mhash_init=no -USE_OPENSSL= yes +USES+= ssl .endif # Prevent sendfile() from being detected by configure and rejected |