diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 20:00:33 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 20:00:33 +0800 |
commit | 5e58a91b952ef3c42fafc8943493d33da3d63f7a (patch) | |
tree | eb2062f2a17829fe9adf69e96dd6f79d8c6e4f9e /net/mpd5 | |
parent | 529000851e7f58d8d64a1ea4b3f18658a9dce609 (diff) | |
download | freebsd-ports-gnome-5e58a91b952ef3c42fafc8943493d33da3d63f7a.tar.gz freebsd-ports-gnome-5e58a91b952ef3c42fafc8943493d33da3d63f7a.tar.zst freebsd-ports-gnome-5e58a91b952ef3c42fafc8943493d33da3d63f7a.zip |
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'net/mpd5')
-rw-r--r-- | net/mpd5/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index 42d49f24cf83..1e05b326256d 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -14,6 +14,8 @@ COMMENT= Multi-link PPP daemon based on netgraph(4) LICENSE= BSD3CLAUSE +BROKEN_SSL= openssl-devel + OPTIONS_DEFINE= NG_IPACCT NG_IPACCT_DESC= Use ng_ipacct kernel module from port @@ -45,10 +47,4 @@ PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5 PLIST_FILES+= man/man8/mpd5.8.gz .endif -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |