svn commit: r326048 - head/palm/synce-libsynce

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 18:11:08 UTC 2013


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 \


More information about the svn-ports-all mailing list