diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
commit | f2af6ec9a8c3cf1e8d72e6266bee870756b02c41 (patch) | |
tree | 560b663694eb053e69f2fd7ce39f1ca119ab80c2 /mail/dkimproxy | |
parent | 6337984890c98036209bdd2001ac29c3386bf22a (diff) | |
download | ports-f2af6ec9a8c3cf1e8d72e6266bee870756b02c41.tar.gz ports-f2af6ec9a8c3cf1e8d72e6266bee870756b02c41.zip |
Notes
Diffstat (limited to 'mail/dkimproxy')
-rw-r--r-- | mail/dkimproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index 35beb4ca7f7e..59985c1811e0 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Mail-DKIM>=0:${PORTSDIR}/mail/p5-Mail-DKIM \ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= dkimproxy_in dkimproxy_out DKIMPROXYUSER= dkimproxy |