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

Fix some non default LIB_DEPENDS

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-07-16 08:13:58 +00:00
parent 06af334ab9
commit f329319eb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362049
19 changed files with 29 additions and 29 deletions

View File

@ -96,7 +96,7 @@ PLIST_SUB+= RUBY="@comment "
.if ${PORT_OPTIONS:MGNUTLS}
USES+= pkgconfig
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif
@ -159,7 +159,7 @@ PLIST_SUB+= MANPAGES="@comment "
.endif
.if ${PORT_OPTIONS:MBACKTRACE}
LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo
LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
.endif
.if ${PORT_OPTIONS:MICON}

View File

@ -193,7 +193,7 @@ GYP_OPTIONS+= --noqt
GYP_DEFINES+= use_libibus=1 \
enable_gtk_renderer=1
LIB_DEPENDS+= ibus-1.0:${PORTSDIR}/textproc/ibus
LIB_DEPENDS+= libibus-1.0.so:${PORTSDIR}/textproc/ibus
RUN_DEPENDS+= mozc_server:${PORTSDIR}/japanese/mozc-server \
mozc_tool:${PORTSDIR}/japanese/mozc-tool \
mozc_server_start:${PORTSDIR}/japanese/mozc-additions \

View File

@ -13,7 +13,7 @@ COMMENT= C-like scripting language with automatic memory management
GNU_CONFIGURE= yes
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.endif

View File

@ -106,17 +106,17 @@ CONFIGURE_ARGS+=--with-module=clx/new-clx
.endif
.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus
CONFIGURE_ARGS+=--with-module=dbus
.endif
.if ${PORT_OPTIONS:MFASTCGI}
LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi
LIB_DEPENDS+= libfcgi.so:${PORTSDIR}/www/fcgi
CONFIGURE_ARGS+=--with-module=fastcgi
.endif
.if ${PORT_OPTIONS:MGDBM}
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+=--with-module=gdbm
.endif
@ -126,12 +126,12 @@ CONFIGURE_ARGS+=--with-module=gtk2
.endif
.if ${PORT_OPTIONS:MPARI}
LIB_DEPENDS+= pari-gmp.2:${PORTSDIR}/math/pari
LIB_DEPENDS+= libpari-gmp.so:${PORTSDIR}/math/pari
CONFIGURE_ARGS+=--with-module=pari
.endif
.if ${PORT_OPTIONS:MPCRE}
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=--with-module=pcre
.endif

View File

@ -72,11 +72,11 @@ CONFIGURE_ARGS+=--with-dffi=no
.if ${PORT_OPTIONS:MTHREADS}
CONFIGURE_ARGS+=--enable-threads=yes
LDFLAGS+= ${PTHREAD_LIBS}
LIB_DEPENDS+= gc-threaded:${PORTSDIR}/devel/boehm-gc-threaded
LIB_DEPENDS+= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
PLIST_SUB+= THREADS=""
.else
CONFIGURE_ARGS+=--enable-threads=no
LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc
LIB_DEPENDS+= libgc.so:${PORTSDIR}/devel/boehm-gc
PLIST_SUB+= THREADS="@comment "
.endif

View File

@ -60,7 +60,7 @@ MANPREFIX= ${WRKDIR}
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+=--with-local=${LOCALBASE}
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
PLIST_SUB+= GDBM=""
.else
PLIST_SUB+= GDBM="@comment "

View File

@ -71,7 +71,7 @@ PLIST_SUB+= SQLITE3="@comment "
.endif
.if ${PORT_OPTIONS:MPCRE}
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
PLIST_SUB+= PCRE=""
.else
LIBKEYNAME+= regexp

View File

@ -27,7 +27,7 @@ CONFIGURE_ARGS= --enable-ssl=${OPENSSLBASE} \
OPTIONS_DEFINE= SASL DOCS
SASL_CONFIGURE_ON= --enable-sasl
SASL_LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
post-patch:
@${REINPLACE_CMD} -e \

View File

@ -369,7 +369,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
. else
USE_APACHE_RUN= 22+
. endif
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDIR}/graphics/p5-GD-Graph3d

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= anders@FreeBSD.org
COMMENT= Utility to scan mailboxes for messages matching a regular expression
PCRE_LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
OPTIONS_DEFINE= DOCS PCRE

View File

@ -23,7 +23,7 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL
OPTIONS_DEFAULT= IDN OPENSSL
OPTIONS_SUB= yes
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring:${PORTSDIR}/security/libgnome-keyring
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
GNOMEKEYRING_CONFIGURE_WITH= gnome-keyring
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_CONFIGURE_ON= --with-ssl=gnutls

View File

@ -49,7 +49,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgnutls
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

View File

@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --enable-default_sender
.if ${PORT_OPTIONS:MDIFFHEADERS}
CONFIGURE_ARGS+= --enable-diffheaders
LIB_DEPENDS+= tre:${PORTSDIR}/textproc/libtre
LIB_DEPENDS+= libtre.so:${PORTSDIR}/textproc/libtre
.else
CONFIGURE_ARGS+= --without-tre
.endif
@ -112,14 +112,14 @@ PLIST_SUB+= REPRRD="@comment "
.if ${PORT_OPTIONS:MREPUTATION}
CONFIGURE_ARGS+= --enable-reputation \
--with-libcurl
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
. if ${PORT_OPTIONS:MXML}
CONFIGURE_ARGS+= --without-libjansson --with-libxml2
LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS+= libxml2.so:${PORTSDIR}/textproc/libxml2
PLIST_SUB+= JANSSON="@comment "
. else
CONFIGURE_ARGS+= --with-libjansson
LIB_DEPENDS+= jansson:${PORTSDIR}/devel/jansson
LIB_DEPENDS+= libjansson.so:${PORTSDIR}/devel/jansson
MAN8+= autobuild.8
PLIST_SUB+= JANSSON=""
. endif

View File

@ -59,7 +59,7 @@ LDAP_CONFIGURE_ON= --with-experimental-ldap
PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd
REDIS_LIB_DEPENDS= hiredis:${PORTSDIR}/databases/hiredis
REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
REDIS_CONFIGURE_ON= --with-experimental-redis
USE_OPENSSL= yes

View File

@ -16,7 +16,7 @@ COMMENT= Python interface to Sendmail milter API
LICENSE= GPLv2
.if !exists(/usr/lib/libmilter.so)
LIB_DEPENDS= milter:${PORTSDIR}/mail/sendmail
LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail
.endif
PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}

View File

@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGDBM}
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+= --without-gdbm
.endif

View File

@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE}
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+=--with-db=gdbm
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db
.endif

View File

@ -41,7 +41,7 @@ PASSWDAUTH_CONFIGURE_ENABLE= auth-passwd
MBOXINDICES_CONFIGURE_ENABLE= mbox-bsd-save-indices
DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
GDBMAUTH_LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
GDBMAUTH_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
.include <bsd.port.options.mk>

View File

@ -31,8 +31,8 @@ PLIST_DIRS= %%DATADIR%%/skins \
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
gnutls:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgnutls.so:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else