aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-09 13:05:53 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-09 13:05:53 +0000
commit193b3617c053d67ddbcfeb901d3d475192ea98e6 (patch)
tree0059cb12a6c4f8c941393aaeb72ccedac9a93f80 /net/Sockets/Makefile
parent2aa35097e29fc7c5f58ca815daa04c5e5d86b0a2 (diff)
downloadports-193b3617c053d67ddbcfeb901d3d475192ea98e6.tar.gz
ports-193b3617c053d67ddbcfeb901d3d475192ea98e6.zip
Notes
Diffstat (limited to 'net/Sockets/Makefile')
-rw-r--r--net/Sockets/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile
index 244f2ae4a236..7a417acc4897 100644
--- a/net/Sockets/Makefile
+++ b/net/Sockets/Makefile
@@ -18,10 +18,11 @@ COMMENT= C++ wrapper for BSD-style sockets
#CFLAGS+= -I${LOCALBASE}/include
#LDFLAGS+= -L${LOCALBASE}/lib
-USES+= gmake
+USES+= gmake ssl
USE_GNOME= libxml2
-USE_OPENSSL= yes
USE_LDCONFIG= yes
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
ALL_TARGET= all shared
INSTALL_TARGET= install_shared