summaryrefslogtreecommitdiff
path: root/net-mgmt/flowd/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-31 18:42:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-31 18:42:14 +0000
commita749df496835a404c1e0cda0a7edc96c89b80453 (patch)
tree2f8f7a3f308fb87a0fdc45645407757d448d00c5 /net-mgmt/flowd/Makefile
parent- WITH_APACHE2 is deprecated, convert to WITH_APACHE (diff)
- Update to 0.9.1
- Mark BROKEN for WITH_{PERL|PYTHON} cases, as plist is incomplete PR: 134319 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=234935
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r--net-mgmt/flowd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index fc43d48a0c57..7ba3d38d7c7e 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= flowd
-PORTVERSION= 0.9
+PORTVERSION= 0.9.1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www2.mindrot.org/files/flowd/
@@ -26,6 +26,7 @@ USE_PERL5= yes
PLIST_SUB+= WITH_PERL=""
#MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
#MAN3= Flowd.3
+BROKEN= Incomplete pkg-plist
.else
PLIST_SUB+= WITH_PERL="@comment "
.endif
@@ -33,6 +34,7 @@ PLIST_SUB+= WITH_PERL="@comment "
.if defined(WITH_PYTHON)
USE_PYTHON= yes
PLIST_SUB+= WITH_PYTHON=""
+BROKEN= Incomplete pkg-plist
.else
PLIST_SUB+= WITH_PYTHON="@comment "
.endif