diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-02 21:23:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-02 21:23:07 +0000 |
commit | 2c89e44f3dc084b9781145fe304f5dab10a64d9a (patch) | |
tree | 01fc13eef69f2f160434c4b200892050026f239e /textproc/iksemel | |
parent | cbe33e0dd11dd7372d27f539f5ee5bb7ea697727 (diff) |
Notes
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 49a7e68bf4a6..74b9a2cfb3de 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= rhaamo@gruik.at COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +USE_PKGCONFIG= build INFO= iksemel |