summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-03-03 23:45:41 +0000
committerhubertf <hubertf@pkgsrc.org>2002-03-03 23:45:41 +0000
commit41bd74e119c7d51526a80b40a7e3625dca13feb6 (patch)
treef30a07b0d87629eef7a23d011aebaa6dbc9a3149 /sysutils/lsof
parented8d4d7d9925b614fb3a667fbf8a3c23d9a1e285 (diff)
downloadpkgsrc-41bd74e119c7d51526a80b40a7e3625dca13feb6.tar.gz
Mark with OSVERSION_SPECIFIC to prevent it from printinv warnings:
lsof: WARNING: compiled for NetBSD release 1.5.1_ALPHA; this is 1.5.3_ALPHA.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 08820bb88d6..609d4474069 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2002/01/23 01:34:36 atatat Exp $
+# $NetBSD: Makefile,v 1.51 2002/03/03 23:45:41 hubertf Exp $
#
DISTNAME= lsof_4.61
@@ -23,6 +23,7 @@ CONFIGURE_ARGS= -n ${LOWER_OPSYS}
CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}"
MAKE_FLAGS+= LSOF_BLDCMT="NetBSD pkgsrc rocks!"
CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE}
+OSVERSION_SPECIFIC= yes
SRCBALL_NAME= ${DISTNAME}_src