mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
71c33fe6c6
commit
e249494644
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345485
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user