From d5be01b64bb6fd4f57c1bef55946ddd2b2455902 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 18 Oct 2013 23:26:07 +0000 Subject: Use OPTIONS helper and remove now useless bsd.port.options.mk inclusion --- net/libvncserver/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'net/libvncserver') diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index b6f10b8d9bee..fb9ce5b2d8db 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -41,11 +41,7 @@ GCRYPT_CONFIGURE_OFF= --without-gcrypt IPV6_CONFIGURE_ON= --with-ipv6 IPV6_CONFIGURE_OFF= --without-ipv6 -.include - -.if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL= yes -.endif +OPENSSL_USE= OPENSSL post-patch: @${REINPLACE_CMD} -e \ -- cgit