diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-10-16 08:46:47 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-10-16 08:46:47 +0800 |
commit | 256db02c245b77f303efacfe9e589211c4d91c8c (patch) | |
tree | 2e041d92a698e0117e9a8a330e4b61554788c4e8 | |
parent | f241de46f3850a3d90cf33f2de56bc2aa13bdaff (diff) | |
download | freebsd-ports-gnome-256db02c245b77f303efacfe9e589211c4d91c8c.tar.gz freebsd-ports-gnome-256db02c245b77f303efacfe9e589211c4d91c8c.tar.zst freebsd-ports-gnome-256db02c245b77f303efacfe9e589211c4d91c8c.zip |
www/libwww: Unbreak with openssl-devel
PR: 232303
Submitted by: meta
Differential Revision: https://reviews.freebsd.org/D17578
-rw-r--r-- | www/libwww/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 5b62cb7bb13a..0f6fdd77a958 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -16,8 +16,6 @@ LICENSE_NAME= W3C IPR SOFTWARE NOTICE LICENSE_FILE= ${WRKSRC}/LICENSE.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_SSL= openssl-devel - LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gmake libtool localbase perl5 ssl tar:tgz |