diff options
author | cube <cube@pkgsrc.org> | 2004-03-10 07:12:09 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-03-10 07:12:09 +0000 |
commit | 93a406f3918a1bb42aefb1c5e2775d8b6106e918 (patch) | |
tree | 1c46178acfe0edeec12f12931f162a53559ae471 /security | |
parent | c2df7b0cb4a83193a1d9324c1a5a97ddb824f685 (diff) | |
download | pkgsrc-93a406f3918a1bb42aefb1c5e2775d8b6106e918.tar.gz |
Define NO_EXPORT_CPP so that rpcgen doesn't get mad.
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index a9cd10a19be..382eb2faa5b 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/10/28 16:59:14 cube Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/10 07:12:09 cube Exp $ # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ DISTNAME= dsniff-2.3 @@ -13,6 +13,7 @@ COMMENT= Password sniffer USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_X11= yes +NO_EXPORT_CPP= yes .include "../../net/libpcap/buildlink2.mk" .include "../../devel/libnet/buildlink2.mk" |