diff options
Diffstat (limited to 'databases/pear-DB_QueryTool/Makefile')
-rw-r--r-- | databases/pear-DB_QueryTool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pear-DB_QueryTool/Makefile b/databases/pear-DB_QueryTool/Makefile index b988aa84b0b0..e2d9fbcd6156 100644 --- a/databases/pear-DB_QueryTool/Makefile +++ b/databases/pear-DB_QueryTool/Makefile @@ -14,7 +14,7 @@ COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= DB FILES= QueryTool.php QueryTool/Query.php QueryTool/EasyJoin.php \ |