1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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 '_'.
This commit is contained in:
Joe Marcus Clarke 2014-02-21 15:26:23 +00:00
parent 71c33fe6c6
commit e249494644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345485

View File

@ -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}" \