diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
commit | c8b9433fc56b2ed8056c17645616a024d3cc565d (patch) | |
tree | 90cd9aa133a286d9e1918efac3a7385376b9c843 /net-p2p/amule | |
parent | 95dc7c087f1bc310a85a14264d2523bf559ad5bb (diff) | |
download | ports-c8b9433fc56b2ed8056c17645616a024d3cc565d.tar.gz ports-c8b9433fc56b2ed8056c17645616a024d3cc565d.zip |
Notes
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index e7cca3cb6687..94a4be80df89 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -12,7 +12,7 @@ MAINTAINER= bar@FreeBSD.org COMMENT= All-platform eMule p2p client LICENSE= GPLv2+ -LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING +LICENSE_FILE_GPLv2+ = ${WRKSRC}/docs/COPYING LIB_DEPENDS= libcryptopp.so:security/cryptopp |