summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commitb7c050fe5919376933178df4eb6222e771e91c5e (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /net/ntop
parentb8fe86f4f81af761c106cb5fda92e67c7b5e48a7 (diff)
downloadpkgsrc-b7c050fe5919376933178df4eb6222e771e91c5e.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 29ff21882f9..954c1908883 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2015/04/25 14:23:47 tnn Exp $
+# $NetBSD: Makefile,v 1.94 2015/09/07 12:02:06 jperkin Exp $
DISTNAME= ntop-4.1.0
PKGREVISION= 23
@@ -31,12 +31,6 @@ BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.3
CONFIGURE_ARGS+= --disable-mt
.endif
-.if ${OPSYS} == "Darwin"
-# This package uses "-flat_namespace -undefined suppress" and exports
-# symbols from the executable that get stripped unless we set this:
-INSTALL_UNSTRIPPED= yes
-.endif
-
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-4].*))
USE_BUILTIN.libevent= no
.endif