diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-mgmt/nsca27/Makefile | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-mgmt/nsca27/Makefile')
-rw-r--r-- | net-mgmt/nsca27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile index c8310bb5..d439b4e 100644 --- a/net-mgmt/nsca27/Makefile +++ b/net-mgmt/nsca27/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 #.if !defined(_BUILDING_NSCA_CLIENT) #RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios #.endif -LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt .if !defined(_BUILDING_NSCA_CLIENT) PKGNAMESUFFIX= 27 |