mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix typos in LIB_DEPENDS line.
Submitted by: Neil Darlow <neil@darlow.co.uk>
This commit is contained in:
parent
85645168f8
commit
e791e25b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54195
@ -25,10 +25,10 @@ MLINKS= gpg.1 gpgm.1
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${PREFIX}/lib/libiconv.so)
|
||||
LIB_DEPENDS+= libiconv.2:${PORTSDIR}/converter/iconv
|
||||
LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv
|
||||
.endif
|
||||
.if exists(${PREFIX}/lib/libgdbm.so)
|
||||
LIB_DEPENDS+= libgdbm.2:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
|
@ -25,10 +25,10 @@ MLINKS= gpg.1 gpgm.1
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${PREFIX}/lib/libiconv.so)
|
||||
LIB_DEPENDS+= libiconv.2:${PORTSDIR}/converter/iconv
|
||||
LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv
|
||||
.endif
|
||||
.if exists(${PREFIX}/lib/libgdbm.so)
|
||||
LIB_DEPENDS+= libgdbm.2:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
|
Loading…
Reference in New Issue
Block a user