From e249494644782cb23a0392ea4a6b84bf3a3ce28e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 21 Feb 2014 15:26:23 +0000 Subject: 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 '_'. --- net-im/libpurple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im') 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}" \ -- cgit v1.2.3