diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 00:49:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 00:49:35 +0000 |
commit | 0c7bf30581941fccff2f8ad2bdb6c65e412eddc4 (patch) | |
tree | 5528b2614927071ddfb07c29a26d9a816d4ec8fb /net/p5-Net-TCLink | |
parent | 03b61a7e48165832317bc273a1a08eca18a4a367 (diff) | |
download | ports-0c7bf30581941fccff2f8ad2bdb6c65e412eddc4.tar.gz ports-0c7bf30581941fccff2f8ad2bdb6c65e412eddc4.zip |
Notes
Diffstat (limited to 'net/p5-Net-TCLink')
-rw-r--r-- | net/p5-Net-TCLink/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Net-TCLink/Makefile b/net/p5-Net-TCLink/Makefile index 2f63fe991391..b456b4472b04 100644 --- a/net/p5-Net-TCLink/Makefile +++ b/net/p5-Net-TCLink/Makefile @@ -14,8 +14,9 @@ COMMENT= Module to for connecting to the TrustCommerce payment gateway LICENSE= LGPL21 -USES= perl5 -USE_OPENSSL= yes +USES= perl5 ssl USE_PERL5= configure +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} .include <bsd.port.mk> |