summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-03-03 23:45:41 +0000
committerhubertf <hubertf>2002-03-03 23:45:41 +0000
commit9d52f3e74aacbb14672a05b85669094309470964 (patch)
treef30a07b0d87629eef7a23d011aebaa6dbc9a3149 /sysutils
parentd55050d8a8727a60de84e81cfa8492e056ab3f2c (diff)
downloadpkgsrc-9d52f3e74aacbb14672a05b85669094309470964.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')
-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