diff options
author | bofh <bofh@FreeBSD.org> | 2015-05-30 20:04:19 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-05-30 20:04:19 +0800 |
commit | 7a5cfbdcc5587eb0aba7bbd2bd5af190bcb6f51e (patch) | |
tree | fa15b8994713a357bfcd95659c20fffca90f887b /security | |
parent | ab0e26a3a07e25b5ae57fdbc96d754ec8def7bfa (diff) | |
download | freebsd-ports-gnome-7a5cfbdcc5587eb0aba7bbd2bd5af190bcb6f51e.tar.gz freebsd-ports-gnome-7a5cfbdcc5587eb0aba7bbd2bd5af190bcb6f51e.tar.zst freebsd-ports-gnome-7a5cfbdcc5587eb0aba7bbd2bd5af190bcb6f51e.zip |
security/afterglow: Fix PORTSCOUT to skip 2.0 beta version
Diffstat (limited to 'security')
-rw-r--r-- | security/afterglow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 03de1328a0a7..3c64b27faec3 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous +PORTSCOUT= skipv:2.0 NO_BUILD= yes USE_LDCONFIG= yes |