svn commit: r326096 - head/palm/synce-librra

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 21:36:52 UTC 2013


Author: antoine
Date: Mon Sep  2 21:36:52 2013
New Revision: 326096
URL: http://svnweb.freebsd.org/changeset/ports/326096

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

Modified:
  head/palm/synce-librra/Makefile

Modified: head/palm/synce-librra/Makefile
==============================================================================
--- head/palm/synce-librra/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
+++ head/palm/synce-librra/Makefile	Mon Sep  2 21:36:52 2013	(r326096)
@@ -23,7 +23,7 @@ RECURR_DESC=	Enable experimential recurr
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USES=		pathfix iconv
+USES=		pathfix pkgconfig iconv
 CONFIGURE_ARGS+=	--with-libsynce="${LOCALBASE}" \
 			--with-libmimedir="${LOCALBASE}"
 


More information about the svn-ports-all mailing list