diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
commit | c06f97c7c46a03f3f6bb887aee3534bece5267a1 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /net-mgmt/nagios4 | |
parent | 682bd0d0ee3984087ff6a9f3bf4b0552db04d013 (diff) | |
download | freebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.gz freebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.zst freebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.zip |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Diffstat (limited to 'net-mgmt/nagios4')
-rw-r--r-- | net-mgmt/nagios4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 249912435581..ad490ca699c3 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -13,11 +13,12 @@ COMMENT= Powerful network monitoring system LICENSE= GPLv2 -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libgd.so:${PORTSDIR}/graphics/gd USES= gmake iconv perl5 uidfix USE_PERL5= build -USE_AUTOTOOLS= autoconf libltdl +USE_AUTOTOOLS= autoconf USE_PHP= xml USE_RC_SUBR= nagios |