summaryrefslogtreecommitdiff
path: root/net/ethereal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r--net/ethereal/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index d6109f62e03..b329ee50955 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.100.2.1 2005/01/21 06:41:53 snj Exp $
-#
+# $NetBSD: Makefile,v 1.100.2.2 2005/03/10 12:07:17 salo Exp $
DISTNAME= ethereal-0.10.9
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.ethereal.com/distribution/ \
http://ethereal.planetmirror.com/distribution/ \
@@ -49,6 +49,12 @@ PTHREAD_OPTS= require
USE_BUILTIN.libpcap= no
.endif
+# Because we patch "epan/dissectors/packet-3g-a11.c" "register.c" would
+# get rebuilt which requires Python. Avoid the unnecessary overhead
+# by touching the file.
+post-patch:
+ @${TOUCH} ${WRKSRC}/epan/dissectors/register.c
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"