svn commit: r369058 - head/audio/pear-Text_Spell_Audio

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 13:48:58 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list