diff options
Diffstat (limited to 'sysutils/pear-File_Find/Makefile')
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 8143b1a..3d7f742 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR class that facillitates the search of filesystems -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= File @@ -21,5 +21,5 @@ TESTS= setup.php 01glob.phpt 02maptree.phpt 03maptreemultiple.phpt \ 04search.phpt 05search_inside.phpt bug2773.phpt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |