svn commit: r369668 - head/finance/pear_Payment_DTA

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 30 21:25:38 UTC 2014


Author: bapt
Date: Tue Sep 30 21:25:37 2014
New Revision: 369668
URL: http://svnweb.freebsd.org/changeset/ports/369668
QAT: https://qat.redports.org/buildarchive/r369668/

Log:
  Convert to USES=pear

Modified:
  head/finance/pear_Payment_DTA/Makefile

Modified: head/finance/pear_Payment_DTA/Makefile
==============================================================================
--- head/finance/pear_Payment_DTA/Makefile	Tue Sep 30 21:22:31 2014	(r369667)
+++ head/finance/pear_Payment_DTA/Makefile	Tue Sep 30 21:25:37 2014	(r369668)
@@ -8,11 +8,6 @@ CATEGORIES=	finance pear
 MAINTAINER=	rottner at punkt.de
 COMMENT=	PEAR class to create and handle DTA files used in Germany
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES=	pear
 
-PEAR_AUTOINSTALL=	yes
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list