aboutsummaryrefslogtreecommitdiff
path: root/irc/eggdrop-devel
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /irc/eggdrop-devel
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'irc/eggdrop-devel')
-rw-r--r--irc/eggdrop-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile
index de2012592b57..6ce28a2bbc6c 100644
--- a/irc/eggdrop-devel/Makefile
+++ b/irc/eggdrop-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eggdrop
PORTVERSION= 1.8.0.20141008
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= GH \
http://mirror.shatow.net/freebsd/${PORTNAME}/
@@ -15,6 +15,7 @@ COMMENT= The most popular open source Internet Relay Chat bot
LICENSE= GPLv2
USES= tcl:85+
+USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h