1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

net/socketw: Document SSL build requirement, add cflags for SSL

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-12 15:43:24 +00:00
parent 011277a89d
commit 69145161ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421932

View File

@ -14,6 +14,7 @@ USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
GH_TAGNAME= 6a05e12
USES= cmake
USES= cmake ssl:build
CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>