aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-13 04:50:04 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-13 04:50:04 +0000
commit82207d5ad41c651a93b32fd74853e3d6e37513e1 (patch)
tree3ff3090f4eb7f8061abc133358d00a3997ccff69
parentd1bebfd4f2ec1f704e0370200e8d424ed4334395 (diff)
Notes
-rw-r--r--net/xisp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile
index 3740edb43813..3992589987ba 100644
--- a/net/xisp/Makefile
+++ b/net/xisp/Makefile
@@ -14,12 +14,14 @@ COMMENT= User-friendly X interface to pppd/chat
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
+USES= alias ssl
USE_XORG= xpm
+CFLAGS+= -DUSE_OPENSSL -I${OPENSSLINC}
MAKE_ENV+= CCFLAGS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/Makefile
+ -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>