svn commit: r301406 - head/net-im/mikutter

Mark Linimon linimon at FreeBSD.org
Mon Jul 23 18:31:39 UTC 2012


Author: linimon
Date: Mon Jul 23 18:31:38 2012
New Revision: 301406
URL: http://svn.freebsd.org/changeset/ports/301406

Log:
  Add INSTALL_DEPENDS to fix build on pointyhat-west.
  
  Hat:		portmgr

Modified:
  head/net-im/mikutter/Makefile

Modified: head/net-im/mikutter/Makefile
==============================================================================
--- head/net-im/mikutter/Makefile	Mon Jul 23 18:28:06 2012	(r301405)
+++ head/net-im/mikutter/Makefile	Mon Jul 23 18:31:38 2012	(r301406)
@@ -19,6 +19,7 @@ COMMENT=	A simple, powerful and moeful t
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+INSTALL_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
 		${RUBY_SITEARCHLIBDIR}/cairo.so:${PORTSDIR}/graphics/ruby-cairo \
 		${RUBY_PKGNAMEPREFIX}hmac>=0.4.0:${PORTSDIR}/security/ruby-hmac \



More information about the svn-ports-all mailing list