1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Convert to modern LIB_DEPENDS

This commit is contained in:
Baptiste Daroussin 2014-07-01 14:01:26 +00:00
parent ab49cdccbc
commit 04300159b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360012

View File

@ -105,7 +105,7 @@ REMOVE_SUBDIRS+=liblock liblog
MAN8= makeuserdb.8 userdb.8 userdbpw.8 pw2userdb.8
.if ${PKGNAMESUFFIX} == -usergdbm
CONFLICTS+= ${PORTNAME}-userdb-0.*
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+=--with-db=gdbm
.elif ${PKGNAMESUFFIX} == -userdb
CONFLICTS+= ${PORTNAME}-usergdbm-0.*