diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
commit | 95eecf16e69745980390ef202f67ec4d0e09f051 (patch) | |
tree | c85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /textproc/iksemel | |
parent | 3ee84121a1253dd584be4ba3370807c75363b68b (diff) | |
download | ports-95eecf16e69745980390ef202f67ec4d0e09f051.tar.gz ports-95eecf16e69745980390ef202f67ec4d0e09f051.zip |
Notes
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 |