diff options
Diffstat (limited to 'databases/rrdman/Makefile')
-rw-r--r-- | databases/rrdman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdman/Makefile b/databases/rrdman/Makefile index 3819c4a4a2fa..d19914bf92d4 100644 --- a/databases/rrdman/Makefile +++ b/databases/rrdman/Makefile @@ -15,7 +15,7 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Apply Holt-Winters prediction parameters to RRD data BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= YES USE_PERL5= YES |