aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-07-07 01:51:24 +0800
committercrees <crees@FreeBSD.org>2011-07-07 01:51:24 +0800
commite5048949f850984d39fea48ea32eeb252f4629f0 (patch)
tree2c1b36f3c0996050e740b772b228b38ce9423508 /irc
parent6b321e45c89d2d0b7c0147624730642aa1b2a889 (diff)
downloadfreebsd-ports-gnome-e5048949f850984d39fea48ea32eeb252f4629f0.tar.gz
freebsd-ports-gnome-e5048949f850984d39fea48ea32eeb252f4629f0.tar.zst
freebsd-ports-gnome-e5048949f850984d39fea48ea32eeb252f4629f0.zip
Oops, ${PORTSDIR}/Mk isn't in the search path of course...
Submitted by: rene Approved by: rene (mentor, implicit)
Diffstat (limited to 'irc')
-rw-r--r--irc/inspircd/Makefile2
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