diff options
author | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
commit | 57eb4fe17886b043e60bc70f3507a4f583911efb (patch) | |
tree | 49987ebc7199c83bbbedf798b4bac41866d0e8b8 /mail/mailgraph | |
parent | 44df15a8bc3e61ecb00f45f38a3df8c62b646353 (diff) | |
download | freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.gz freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.zst freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 931e3e8a67e0..104ebe063a1a 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/mailgraph |