diff options
author | vanilla <vanilla@FreeBSD.org> | 2018-05-12 11:26:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2018-05-12 11:26:59 +0800 |
commit | b61b47e4ac0b4dfce48cf41eb05f584b462a2c02 (patch) | |
tree | 934a97b3e1a27de31b5afcca4c80af2965e1a77f /devel | |
parent | d8272e48d836f370b0a8dbbd6f3ec8fa9172ba3d (diff) | |
download | freebsd-ports-gnome-b61b47e4ac0b4dfce48cf41eb05f584b462a2c02.tar.gz freebsd-ports-gnome-b61b47e4ac0b4dfce48cf41eb05f584b462a2c02.tar.zst freebsd-ports-gnome-b61b47e4ac0b4dfce48cf41eb05f584b462a2c02.zip |
Add libqb.so's version number, and bump version.
PR: 227564
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kronosnet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/kronosnet/Makefile b/devel/kronosnet/Makefile index 30efe8beb274..316274790b1e 100644 --- a/devel/kronosnet/Makefile +++ b/devel/kronosnet/Makefile @@ -3,6 +3,7 @@ PORTNAME= kronosnet PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://kronosnet.org/releases/ @@ -15,9 +16,9 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ liblz4.so:archivers/liblz4 \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ - libqb.so:devel/libqb + libqb.so.0:devel/libqb -USES= autoreconf gmake libtool localbase pkgconfig ssl # tar:xz +USES= autoreconf gmake libtool localbase pkgconfig ssl USE_BINUTILS= yes USE_GCC= yes USE_LDCONFIG= yes |