diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-25 20:40:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-25 20:40:18 +0000 |
commit | 4a6ee23bfdbf413304b1df75be19d54b576328a7 (patch) | |
tree | 9422358469f9d19bfb23cb7fb4072621616b4135 | |
parent | 4b8ba8b1c77abe3afdc1f7f15c820d66ee832816 (diff) |
Notes
-rw-r--r-- | multimedia/libquvi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile index f6ee30f64a93..8d544e5a7eab 100644 --- a/multimedia/libquvi/Makefile +++ b/multimedia/libquvi/Makefile @@ -12,7 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs LICENSE= LGPL21+ -LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl |