Date: Tue, 23 Sep 2014 13:48:58 +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: r369058 - head/audio/pear-Text_Spell_Audio Message-ID: <201409231348.s8NDmwN1095156@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 23 13:48:57 2014 New Revision: 369058 URL: http://svnweb.freebsd.org/changeset/ports/369058 QAT: https://qat.redports.org/buildarchive/r369058/ Log: Convert to USES=pear Modified: head/audio/pear-Text_Spell_Audio/Makefile Modified: head/audio/pear-Text_Spell_Audio/Makefile ============================================================================== --- head/audio/pear-Text_Spell_Audio/Makefile Tue Sep 23 13:47:53 2014 (r369057) +++ head/audio/pear-Text_Spell_Audio/Makefile Tue Sep 23 13:48:57 2014 (r369058) @@ -8,11 +8,6 @@ CATEGORIES= audio pear MAINTAINER= miwi@FreeBSD.org COMMENT= Generates a sound clip saying the contents of a string of characters -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?201409231348.s8NDmwN1095156>