diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
commit | 4c7f7c366c05f95c8de1a04a28a10edb2520a8d3 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/sastatd | |
parent | 890a5c28b9179800069ccab16b7696ec0b0687f5 (diff) |
Notes
Diffstat (limited to 'mail/sastatd')
-rw-r--r-- | mail/sastatd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sastatd/Makefile b/mail/sastatd/Makefile index 64bbf5a33e9f..2e50398e2c78 100644 --- a/mail/sastatd/Makefile +++ b/mail/sastatd/Makefile @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure SASTATD_DBDIR?= /var/db/sastatd SASTATD_RUNDIR?= /var/run/sastatd |