diff options
Diffstat (limited to 'devel/pear-PPW/Makefile')
-rw-r--r-- | devel/pear-PPW/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/pear-PPW/Makefile b/devel/pear-PPW/Makefile index 521b4eebc476..adba29b3ac1b 100644 --- a/devel/pear-PPW/Makefile +++ b/devel/pear-PPW/Makefile @@ -13,12 +13,12 @@ COMMENT= PHP Project Wizard LICENSE= BSD3CLAUSE -BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template -RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template +BUILD_DEPENDS= pear>=1.9.4:devel/pear \ + pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \ + pear-Text_Template>=1.1.0:textproc/pear-Text_Template +RUN_DEPENDS= pear>=1.9.4:devel/pear \ + pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \ + pear-Text_Template>=1.1.0:textproc/pear-Text_Template PEAR_CHANNEL= phpunit USES= pear |