diff options
Diffstat (limited to 'www/pear-HTTP_Session2/Makefile')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 6145ca9..4e6f50d 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www devel pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Object-oriented interface to the session_* family functions -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Session.php Session/Container.php Session/Container/DB.php @@ -20,5 +20,5 @@ EXAMPLES= HTTP_Session_Example.php sessiondata.sql _EXAMPLESDIR= docs .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |