diff options
author | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
commit | bee0ac58b31b49d4999c27a48b677263a9a1328d (patch) | |
tree | 1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /textproc/iksemel | |
parent | 3527296cf62e327247a65f5ae2959835705b3d5d (diff) | |
download | freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'textproc/iksemel')
-rw-r--r-- | textproc/iksemel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 37040d2759b1..793593c58761 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,14 +7,14 @@ PORTNAME= iksemel PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://jabberstudio.2nw.net/iksemel/ MAINTAINER= trasz@freebsd.org COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes |