mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
net/nepenthes: Fix LIB_DEPENDS broken by r361812 (July 2014)
That commit removed library version numbers from LIB_DEPENDS, but it should not have been removed from libmagic. Restore the dependency on sysutils/file by specifying so version once again.
This commit is contained in:
parent
765962e636
commit
155b18b631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419627
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= nepenthes
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION}
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Determine the malware activity on a network
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
libadns.so:dns/adns \
|
||||
libcurl.so:ftp/curl \
|
||||
libmagic.so:sysutils/file
|
||||
libmagic.so.1:sysutils/file
|
||||
|
||||
USES= dos2unix libtool perl5
|
||||
DOS2UNIX_FILE= modules/shellcode-generic/sch_generic_connect_trans.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user