Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 18:11:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326048 - head/palm/synce-libsynce
Message-ID:  <201309021811.r82IB7XI037994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  2 18:11:07 2013
New Revision: 326048
URL: http://svnweb.freebsd.org/changeset/ports/326048

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/palm/synce-libsynce/Makefile

Modified: head/palm/synce-libsynce/Makefile
==============================================================================
--- head/palm/synce-libsynce/Makefile	Mon Sep  2 18:08:32 2013	(r326047)
+++ head/palm/synce-libsynce/Makefile	Mon Sep  2 18:11:07 2013	(r326048)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USES=		pathfix iconv
+USES=		pathfix iconv pkgconfig
 CONFIGURE_ARGS+=	--with-libiconv-prefix="${LOCALBASE}" \
 			--enable-dccm-file-support=no \
 			--enable-hal-support=yes \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021811.r82IB7XI037994>