svn commit: r326447 - head/deskutils/tomboy

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 20:49:56 UTC 2013


Author: antoine
Date: Thu Sep  5 20:49:55 2013
New Revision: 326447
URL: http://svnweb.freebsd.org/changeset/ports/326447

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

Modified:
  head/deskutils/tomboy/Makefile

Modified: head/deskutils/tomboy/Makefile
==============================================================================
--- head/deskutils/tomboy/Makefile	Thu Sep  5 20:28:43 2013	(r326446)
+++ head/deskutils/tomboy/Makefile	Thu Sep  5 20:49:55 2013	(r326447)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/mono/gmime
 		mautil:${PORTSDIR}/devel/mono-addins
 
 USE_XZ=		yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gnomehack intlhack gnomeprefix gnomedesktopsharp20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list