summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authoragc <agc>1999-07-02 08:46:51 +0000
committeragc <agc>1999-07-02 08:46:51 +0000
commit2985462a4df4325639f53ea930c88e149a2fe6df (patch)
treee96920cd5f8dab37a5467348d7204108c09b9b11 /net/libpcap
parent8a5c97441495d18daeb3c61d9a964ad847e36b55 (diff)
downloadpkgsrc-2985462a4df4325639f53ea930c88e149a2fe6df.tar.gz
For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 16beee5b0d8..43edd04bf2f 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:47 tv Exp $
+# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:52 agc Exp $
#
DISTNAME= libpcap-0.4
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
GNU_CONFIGURE= yes
-NOT_FOR_PLATFORM= NetBSD-*-* # in base system
+ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
INSTALL_TARGET+= install-incl install-man