svn commit: r326085 - head/palm/synce-vdccm

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 20:39:59 UTC 2013


Author: bapt
Date: Mon Sep  2 20:39:58 2013
New Revision: 326085
URL: http://svnweb.freebsd.org/changeset/ports/326085

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/palm/synce-vdccm/Makefile

Modified: head/palm/synce-vdccm/Makefile
==============================================================================
--- head/palm/synce-vdccm/Makefile	Mon Sep  2 20:33:18 2013	(r326084)
+++ head/palm/synce-vdccm/Makefile	Mon Sep  2 20:39:58 2013	(r326085)
@@ -19,7 +19,7 @@ DESKTOP_DESC=	Desktop integration
 
 GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
-USES=		iconv
+USES=		iconv pkgconfig
 CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE} \
 		--with-libsynce=${LOCALBASE}
 


More information about the svn-ports-all mailing list