mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Remove lib version from LIB_DEPENDS to silence portlint
This commit is contained in:
parent
f3941b6e07
commit
a2e0353697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300410
@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-syslog=1 \
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
|
||||
|
||||
@ -55,7 +55,7 @@ MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GDBM)
|
||||
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
|
||||
CONFIGURE_ARGS+= --with-db=gdbm
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-db=db
|
||||
|
@ -34,8 +34,8 @@ PLIST_DIRS= %%DATADIR%%/skins \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt \
|
||||
gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
gnutls:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
|
||||
--with-libgcrypt-prefix=${LOCALBASE}
|
||||
.else
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A fast, feature-rich web content filter for Squid proxy servers
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_RC_SUBR= dansguardian
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A fast, feature-rich web content filter for Squid proxy servers
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_RC_SUBR= dansguardian
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A customizable program to run programs, with tab-completion
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
|
@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A port of Xlib's XImage and XShmImage functions
|
||||
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util.0:${PORTSDIR}/x11/xcb-util
|
||||
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util:${PORTSDIR}/x11/xcb-util
|
||||
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Standard X key constants and conversion to/from keycodes
|
||||
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util.0:${PORTSDIR}/x11/xcb-util
|
||||
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util:${PORTSDIR}/x11/xcb-util
|
||||
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Convenience functions for the Render extension
|
||||
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util.0:${PORTSDIR}/x11/xcb-util
|
||||
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util:${PORTSDIR}/x11/xcb-util
|
||||
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Framework for window manager implementation
|
||||
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util.0:${PORTSDIR}/x11/xcb-util
|
||||
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \
|
||||
xcb-util:${PORTSDIR}/x11/xcb-util
|
||||
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A module with libxcb/libX11 extension/replacement libraries
|
||||
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb
|
||||
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user