summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-21 15:26:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-21 15:26:23 +0000
commite249494644782cb23a0392ea4a6b84bf3a3ce28e (patch)
tree8447bb7ad3622c5931ce880af861ac9db7b82ed2 /net-im
parent- Convert to USES=tcl (diff)
Correct a typo when configuring dynamic prpl modules. I seem to recall this
was a typo on purpose at some point, but the new configure uses '-' instead of '_'.
Notes
Notes: svn path=/head/; revision=345485
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 96740d25cce6..09675f06aafa 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -18,7 +18,7 @@ USE_GNOME?= gnomeprefix intlhack glib20 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--disable-gtkui \
--disable-consoleui \
- --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
+ --with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
--enable-static \
--disable-nm
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \