1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update LIB_DEPENDS for gsl to new format.

This commit is contained in:
Matthias Andree 2013-07-29 20:57:12 +00:00
parent 576ac6ff17
commit 115c083f30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323918

View File

@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --enable-unicode
BF_LIBS+= -liconv
.endif
.if ${PORT_OPTIONS:MGSL}
LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif