diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
commit | 4f5544a38b1a9cb3b0735ff410b51e7794dfeed4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /audio/pear-Text_Spell_Audio | |
parent | 117fca0bcb1296c59c55e670974c1d3263184c8d (diff) |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=334871
Diffstat (limited to 'audio/pear-Text_Spell_Audio')
-rw-r--r-- | audio/pear-Text_Spell_Audio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pear-Text_Spell_Audio/Makefile b/audio/pear-Text_Spell_Audio/Makefile index 1be1ed0f4452..e6dd55b85ef0 100644 --- a/audio/pear-Text_Spell_Audio/Makefile +++ b/audio/pear-Text_Spell_Audio/Makefile @@ -11,7 +11,6 @@ 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 -NO_STAGE= yes PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> |