diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-31 20:44:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-31 20:44:26 +0000 |
commit | 2b54e91c092fca8435e60d38ebd47e8028f6bcbb (patch) | |
tree | f7d59059eb8954445412f2a52eeb33a3193856c2 /net/howl/Makefile | |
parent | Apply xpm-sec5.diff fixes to the xpm-sec.patch4 diff. Using SIZE_MAX instead (diff) |
Add patches to fix mDNSResponder on FreeBSD. These patches have been
sent upstream, but I have not yet heard as to whether or not they have
been committed.
Reported by: markus
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=120547
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index d4c0cf6b1c75..d13d16f0aa71 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -6,6 +6,7 @@ PORTNAME= howl PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ |