diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /textproc/iksemel | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) | |
download | freebsd-ports-gnome-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.gz freebsd-ports-gnome-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.zst freebsd-ports-gnome-26d33e9388ed49b2d1c682c076896f04aaf45fe0.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'textproc/iksemel')
-rw-r--r-- | textproc/iksemel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 743314fcfb43..ad574ce84038 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,13 +7,14 @@ PORTNAME= iksemel PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://jabberstudio.2nw.net/iksemel/ MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |