Check hidden dependency on libiconv.
Pointed out by: Neil Darlow <neil@darlow.co.uk>
This commit is contained in:
parent
4b51f316f1
commit
4d9355ef5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57755
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,9 @@ MLINKS= gpg.1 gpgm.1
|
|||
.if exists(${PREFIX}/lib/libgdbm.so)
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
.endif
|
||||
.if exists(${PREFIX}/lib/libiconv.so)
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
USE_GMAKE= YES
|
||||
|
|
|
@ -28,6 +28,9 @@ MLINKS= gpg.1 gpgm.1
|
|||
.if exists(${PREFIX}/lib/libgdbm.so)
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
.endif
|
||||
.if exists(${PREFIX}/lib/libiconv.so)
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
USE_GMAKE= YES
|
||||
|
|
Loading…
Reference in a new issue