diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-18 23:26:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-18 23:26:07 +0000 |
commit | 4679741596f27467be7030d367040c1eab5cdf37 (patch) | |
tree | bfe7d2da1a13ae4d1f2a5f25c15c6bac5b5f75ab /net/libvncserver | |
parent | 18c9fa5294d7931e3218eee5130d5272cc04dac3 (diff) |
Use OPTIONS helper and remove now useless bsd.port.options.mk inclusion
Notes
Notes:
svn path=/head/; revision=330791
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL= yes -.endif +OPENSSL_USE= OPENSSL post-patch: @${REINPLACE_CMD} -e \ |