svn commit: r397022 - head/net-im/tkabber-plugins

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 15 20:17:57 UTC 2015


Author: amdmi3
Date: Tue Sep 15 20:17:56 2015
New Revision: 397022
URL: https://svnweb.freebsd.org/changeset/ports/397022

Log:
  - Unbreak build by not hardcoding tkabber version
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/tkabber-plugins/Makefile

Modified: head/net-im/tkabber-plugins/Makefile
==============================================================================
--- head/net-im/tkabber-plugins/Makefile	Tue Sep 15 20:13:05 2015	(r397021)
+++ head/net-im/tkabber-plugins/Makefile	Tue Sep 15 20:17:56 2015	(r397022)
@@ -13,7 +13,7 @@ COMMENT=	External Plugins for Tkabber
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	tkabber==1.1.2_1:${PORTSDIR}/net-im/tkabber
+RUN_DEPENDS=	tkabber:${PORTSDIR}/net-im/tkabber
 
 USES=		tar:xz
 


More information about the svn-ports-all mailing list