diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
commit | 54fe086946300e97f880eadf5c3294ffafd89807 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /sysutils | |
parent | 117881353a4b7072903cc6e7f10e947c2fa9dcc5 (diff) | |
download | freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.gz freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.zst freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/grub2-pcbsd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/grub2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/heartbeat/Makefile | 4 | ||||
-rw-r--r-- | sysutils/jailadmin/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pdsh/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pflogx/Makefile | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 89153fcfdfe2..371016a9d10d 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -41,7 +41,7 @@ CFLAGS+= -DUSE_LOCK .if ${PORT_OPTIONS:MUBLIO} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ublio -LIB_DEPENDS+= ublio:${PORTSDIR}/devel/libublio +LIB_DEPENDS+= libublio.so:${PORTSDIR}/devel/libublio CFLAGS+= -DUSE_UBLIO .endif diff --git a/sysutils/grub2-pcbsd/Makefile b/sysutils/grub2-pcbsd/Makefile index c383d56c4686..6761acdcac66 100644 --- a/sysutils/grub2-pcbsd/Makefile +++ b/sysutils/grub2-pcbsd/Makefile @@ -64,7 +64,7 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} .if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs CONFIGURE_ARGS+= --enable-grub-mount .else CONFIGURE_ARGS+= --disable-grub-mount diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 9d5acbe263c3..16a8b3899028 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -57,7 +57,7 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} .if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs CONFIGURE_ARGS+= --enable-grub-mount .else CONFIGURE_ARGS+= --disable-grub-mount diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 51d9195d716d..84021aa7c8f7 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -65,8 +65,8 @@ LDIRECTORD_DESC= Enable Linux Director Daemon APCSNMP_DESC= Enable APC SNMP Stonith Device DRAC3_DESC= Enable Dell DRACIII Stonith Device -APCSNMP_LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp -DRAC3_LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +APCSNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +DRAC3_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl .include <bsd.port.options.mk> diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile index a67bec5e423e..0dce1bb29fb1 100644 --- a/sysutils/jailadmin/Makefile +++ b/sysutils/jailadmin/Makefile @@ -19,7 +19,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB+= SNMP="" .else INSTALL_TARGET= installbase diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile index f9a12bb169a7..82975cf7d3c9 100644 --- a/sysutils/pdsh/Makefile +++ b/sysutils/pdsh/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= NETGROUP="@comment " .if ${PORT_OPTIONS:MREADLINE} CONFIGURE_ARGS+= --with-readline -LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline +LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline .else CONFIGURE_ARGS+= --without-readline .endif diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile index 939248105cdb..2fb593058352 100644 --- a/sysutils/pflogx/Makefile +++ b/sysutils/pflogx/Makefile @@ -18,7 +18,7 @@ EXPAT_DESC= Ability to merge new events (require expat) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXPAT} -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 MAKE_ARGS+= -DWITH_EXPAT \ EXPAT_INCLUDEDIR=${LOCALBASE}/include \ EXPAT_LIBDIR=${LOCALBASE}/lib |