diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-04 11:34:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-04 11:34:32 +0000 |
commit | ad7c0cf24abdd34eddfef98964e883a17b5b2832 (patch) | |
tree | 6be2c02dedecbcd2fff9ffbca2a0dd6abcecf310 /graphics/libqrencode/Makefile | |
parent | 687d7460552ee782693da6949d4078aafdeeeea7 (diff) |
Notes
Diffstat (limited to 'graphics/libqrencode/Makefile')
-rw-r--r-- | graphics/libqrencode/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index e01198c8b27a..bacf00eb7549 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -3,6 +3,7 @@ PORTNAME= libqrencode PORTVERSION= 3.9.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= qrencode-${PORTVERSION} @@ -26,6 +27,8 @@ CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ + lib/libqrencode.so.3 \ + lib/libqrencode.so.3.9.0 \ libdata/pkgconfig/libqrencode.pc \ man/man1/qrencode.1.gz |