diff options
Diffstat (limited to 'net/pear-Net_GeoIP/Makefile')
-rw-r--r-- | net/pear-Net_GeoIP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_GeoIP/Makefile b/net/pear-Net_GeoIP/Makefile index 5a858b2ec1ed..06916e417fea 100644 --- a/net/pear-Net_GeoIP/Makefile +++ b/net/pear-Net_GeoIP/Makefile @@ -16,7 +16,7 @@ COMMENT= Library to perform geo-location lookups of IP addresses. BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Net FILES= GeoIP.php GeoIP/DMA.php GeoIP/Location.php |