diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /textproc/iksemel/Makefile | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'textproc/iksemel/Makefile')
-rw-r--r-- | textproc/iksemel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index ad574ce84038..cb0cb59206b5 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,20 +7,20 @@ PORTNAME= iksemel PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 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.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= iksemel |