diff options
Diffstat (limited to 'databases/pear-DB_Sqlite_Tools/Makefile')
-rw-r--r-- | databases/pear-DB_Sqlite_Tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile index 7264b1c80803..851fcf000d35 100644 --- a/databases/pear-DB_Sqlite_Tools/Makefile +++ b/databases/pear-DB_Sqlite_Tools/Makefile @@ -8,10 +8,10 @@ CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= an object oriented interface to backup Sqlite databases -BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log -RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log +BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ + ${PEARDIR}/Log/null.php:sysutils/pear-Log +RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ + ${PEARDIR}/Log/null.php:sysutils/pear-Log USES= pear |