diff options
Diffstat (limited to 'www/pear-Services_GeoNames/Makefile')
-rw-r--r-- | www/pear-Services_GeoNames/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-Services_GeoNames/Makefile b/www/pear-Services_GeoNames/Makefile index 015779a8b650..688221175897 100644 --- a/www/pear-Services_GeoNames/Makefile +++ b/www/pear-Services_GeoNames/Makefile @@ -14,7 +14,7 @@ COMMENT= A PHP5 Interface to the GeoNames Public API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= Services/GeoNames.php Services/GeoNames/Exception.php EXAMPLES= examples1.php |