diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-18 01:26:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-18 01:26:28 +0800 |
commit | d8f92ecf92fe3701e88bc3b40870711953a622cf (patch) | |
tree | 1950e594f0f8cf09dd9cdffb3b5d6b266351a8b0 /security | |
parent | 13a31d48ce677fad9d1afbe98dad7aac64576bbf (diff) | |
download | freebsd-ports-gnome-d8f92ecf92fe3701e88bc3b40870711953a622cf.tar.gz freebsd-ports-gnome-d8f92ecf92fe3701e88bc3b40870711953a622cf.tar.zst freebsd-ports-gnome-d8f92ecf92fe3701e88bc3b40870711953a622cf.zip |
- Add missing RUN_DEPS
PR: 154343
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Diffstat (limited to 'security')
-rw-r--r-- | security/afterglow/Makefile | 6 | ||||
-rw-r--r-- | security/afterglow/distinfo | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index b6f18fefd4fe..05e6b41d5729 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -7,13 +7,17 @@ PORTNAME= afterglow PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= security graphics MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION} MAINTAINER= pauls@utdallas.edu COMMENT= A collection of graph-generating scripts -RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + ${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous NO_BUILD= yes diff --git a/security/afterglow/distinfo b/security/afterglow/distinfo index 0b8ca5d7976e..670fbe30cee0 100644 --- a/security/afterglow/distinfo +++ b/security/afterglow/distinfo @@ -1,3 +1,2 @@ -MD5 (afterglow-1.6.0.tar.gz) = 7270ba7e26bc2f102e9488c68b73e852 SHA256 (afterglow-1.6.0.tar.gz) = 14feec9e943a4223c53e06fb9df2bffdeb29f88482020f600c2794c685e6e17e SIZE (afterglow-1.6.0.tar.gz) = 74194 |