diff options
author | novel <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /textproc | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | FreeBSD-ports-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip FreeBSD-ports-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz |
Chase gnutls shlib version change.
Diffstat (limited to 'textproc')
-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 743314f..ad574ce 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 |