diff options
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a8400a1250a..9119a802102 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2005/04/28 16:46:44 tron Exp $ +# $NetBSD: Makefile,v 1.108 2005/05/06 13:54:48 tron Exp $ -DISTNAME= ethereal-0.10.10 -PKGREVISION= 1 +DISTNAME= ethereal-0.10.11 CATEGORIES= net MASTER_SITES= http://www.ethereal.com/distribution/ \ http://ethereal.planetmirror.com/distribution/ \ @@ -48,11 +47,6 @@ PTHREAD_OPTS= require USE_BUILTIN.libpcap= no .endif -# This work arround should be removed when the packages gets updated -# to a newer version. -post-patch: - ${TOUCH} ${WRKSRC}/epan/dissectors/register.c - .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |