diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
commit | 35326f1a9714f76f3671b263a47134133258ec1b (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /irc | |
parent | 532b7359be003bf854d62cb7aaccdee30cc43d18 (diff) | |
download | freebsd-ports-gnome-35326f1a9714f76f3671b263a47134133258ec1b.tar.gz freebsd-ports-gnome-35326f1a9714f76f3671b263a47134133258ec1b.tar.zst freebsd-ports-gnome-35326f1a9714f76f3671b263a47134133258ec1b.zip |
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile index f5be486e6732..a87d1b02d8ba 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple IRC proxy with SSL support LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl-devel +BROKEN_SSL= openssl111 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} |