aboutsummaryrefslogtreecommitdiff
path: root/net-im/climm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /net-im/climm
parentdc0ce8f5839343b4c972ae818337189b1b55d447 (diff)
downloadports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz
ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'net-im/climm')
-rw-r--r--net-im/climm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index d5f69676d83c..5096af157d40 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: micq
-# Date created: 11 Oct 1998
-# Whom: mph
-#
+# Created by: mph
# $FreeBSD$
-#
PORTNAME= climm
PORTVERSION= 0.7.1
@@ -16,8 +12,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= johans@FreeBSD.org
COMMENT= CLI-based Multi-Messenger
+USES= pkgconfig
USE_GMAKE= yes
-USE_PKGCONFIG= build
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
@@ -72,7 +68,6 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-xmpp --enable-ssl=gnutls \
--with-libgcrypt-prefix=${LOCALBASE}
CONFIGURE_ENV+= LIBGNUTLS_CONFIG="${LOCALBASE}/bin/pkgconf gnutls"
-USE_PKGCONFIG= yes
LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel \
gnutls:${PORTSDIR}/security/gnutls \
gcrypt:${PORTSDIR}/security/libgcrypt \