Date: Tue, 30 Sep 2014 21:25:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369668 - head/finance/pear_Payment_DTA Message-ID: <201409302125.s8ULPcm7027467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409302125.s8ULPcm7027467>