1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix non default LIB_DEPENDS

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-07-16 07:59:58 +00:00
parent c9bf4ab3ee
commit 51a8fd3777
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362047
10 changed files with 11 additions and 11 deletions

View File

@ -40,9 +40,9 @@ SQLITE_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2
SQLITE3_USE= SQLITE=3
MSSQL_LIB_DEPENDS= sybdb:${PORTSDIR}/databases/freetds
MSSQL_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
SYBASE_LIB_DEPENDS= ct:${PORTSDIR}/databases/freetds
SYBASE_LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds
NLS_USES= gettext
NLS_CONFIGURE_DISABLE= nls

View File

@ -214,7 +214,7 @@ IGNORE= requires that you remove heimdal's /usr/bin/krb5-config and /usr/lib/lib
CONFIGURE_ARGS+=--with-krb5
# Allow defining a home built MIT Kerberos by setting KRB5_HOME
. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5
. endif
. endif
. endif

View File

@ -14,7 +14,7 @@ COMMENT= Kyua (automated testing framework) - Command line interface
LICENSE= BSD
LIB_DEPENDS= liblutok.so.3:${PORTSDIR}/devel/lutok
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= kyua-testers>=0.2:${PORTSDIR}/devel/kyua-testers
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -56,7 +56,7 @@ GLIB_SCHEMAS= org.nemiver.gschema.xml
.if ${PORT_OPTIONS:MGHEX}
CONFIGURE_ARGS+=--enable-memoryview
PLIST_SUB+= GHEX=""
LIB_DEPENDS+= gtkhex.0:${PORTSDIR}/editors/ghex
LIB_DEPENDS+= libgtkhex.so:${PORTSDIR}/editors/ghex
.else
CONFIGURE_ARGS+=--disable-memoryview
PLIST_SUB+= GHEX="@comment "

View File

@ -11,7 +11,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= mcpp:${PORTSDIR}/devel/mcpp \
slice2php:${PORTSDIR}/devel/ice
LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice
LIB_DEPENDS= libIce.so.${LIB_VRS}:${PORTSDIR}/devel/ice
OPTIONS_DEFINE= DEBUG DOCS NAMESPACES
OPTIONS_DEFAULT=

View File

@ -11,7 +11,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= mcpp:${PORTSDIR}/devel/mcpp \
slice2py:${PORTSDIR}/devel/ice
LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice
LIB_DEPENDS= libIce.so.${LIB_VRS}:${PORTSDIR}/devel/ice
USE_PYTHON= yes
SLAVE_PORT= yes

View File

@ -32,7 +32,7 @@ OPTIONS_DEFINE_amd64= 32BIT
32BIT_DESC= Enable debugging of 32-bit programs (requires lib32)
MPI_DESC= Enable build of MPI wrappers
MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/mpich2
MPI_LIB_DEPENDS= libmpich.so:${PORTSDIR}/net/mpich2
OPTIONS_SUB= yes
USES= pathfix pkgconfig gmake perl5 shebangfix tar:bzip2

View File

@ -29,7 +29,7 @@ OPTIONS_DEFAULT_amd64= 32BIT
32BIT_DESC= Enable debugging of 32-bit programs (requires lib32)
MPI_DESC= Enable build of MPI wrappers
MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/mpich2
MPI_LIB_DEPENDS= libmpich.so:${PORTSDIR}/net/mpich2
OPTIONS_SUB= yes
USES= pathfix tar:bzip2 pkgconfig gmake perl5 shebangfix

View File

@ -37,7 +37,7 @@ LIBEV_LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
LIBEV_CONFIGURE_WITH= libev
LIBUV_LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv
LIBUV_CONFIGURE_WITH= libuv
LIBEVENT_LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
LIBEVENT_LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
LIBEVENT_CONFIGURE_WITH=libevent
.include <bsd.port.options.mk>

View File

@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-gssapi="${HEIMDAL_HOME}"
.elif exists(/usr/lib/libkrb5.so) && exists(/usr/bin/krb5-config)
CONFIGURE_ARGS+= --with-gssapi="/usr"
.else
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/heimdal
CONFIGURE_ARGS+= --with-gssapi="${LOCALBASE}"
.endif