diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-07-06 17:51:24 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-07-06 17:51:24 +0000 |
commit | 0ddae5b3353aa45f46d7445a862c5f70ce3ef562 (patch) | |
tree | a55f1a4ddf04de5b0ea630d3ceb6398677174378 /irc/inspircd | |
parent | 860d74d7129e6e29e1642ae21f8c749905fefaba (diff) |
Notes
Diffstat (limited to 'irc/inspircd')
-rw-r--r-- | irc/inspircd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index f64fea4fc884..47c712f4fe3d 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -98,7 +98,7 @@ PLIST_SUB+= GNUTLS="@comment " .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include <bsd.openssl.mk> +.include <${PORTSDIR}/Mk/bsd.openssl.mk> CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else |