diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-12 15:43:24 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-12 15:43:24 +0000 |
commit | 69145161ade8d41423ad5caad8f1447b9afbdd0c (patch) | |
tree | 6a4959d49c9f1c92c15af6b32507433830e33b58 /net/socketw | |
parent | 011277a89d26a9d6bf5a1cda6adc7f2dbaa54e16 (diff) |
Notes
Diffstat (limited to 'net/socketw')
-rw-r--r-- | net/socketw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socketw/Makefile b/net/socketw/Makefile index ce3d6c71fb71..a3fb33a8a095 100644 --- a/net/socketw/Makefile +++ b/net/socketw/Makefile @@ -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> |