aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r--irc/ircd-hybrid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 2a0bf10d823f..6313591d3768 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ircd-hybrid
-PORTVERSION= 7.2.0
+PORTVERSION= 7.2.1
CATEGORIES= irc ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ircd-hybrid
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
-CONFIGURE_ARGS+= --enable-openssl=${OPENSSLINC}
+CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE}
.endif
.if defined(WITH_HALFOPS)