svn commit: r445023 - head/math/mate-calc

Pawel Pekala pawel at FreeBSD.org
Tue Jul 4 15:28:52 UTC 2017


Author: pawel
Date: Tue Jul  4 15:28:50 2017
New Revision: 445023
URL: https://svnweb.freebsd.org/changeset/ports/445023

Log:
  Remove PORTSDIR from BUILD_DEPENDS
  
  Approved by:	just fix it

Modified:
  head/math/mate-calc/Makefile

Modified: head/math/mate-calc/Makefile
==============================================================================
--- head/math/mate-calc/Makefile	Tue Jul  4 15:28:27 2017	(r445022)
+++ head/math/mate-calc/Makefile	Tue Jul  4 15:28:50 2017	(r445023)
@@ -13,7 +13,7 @@ COMMENT=	MATE calculator tool based on the old calctoo
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
+BUILD_DEPENDS=	itstool:textproc/itstool
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list