summaryrefslogtreecommitdiff
path: root/net-im/imspector/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
commitb2a96c6df1c8809216eced623ec37a8372b3216e (patch)
tree0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net-im/imspector/Makefile
parent- Update to 2.6.3 (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225335
Diffstat (limited to 'net-im/imspector/Makefile')
-rw-r--r--net-im/imspector/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/imspector/Makefile b/net-im/imspector/Makefile
index 24042e7351cd..d3ffe7872a94 100644
--- a/net-im/imspector/Makefile
+++ b/net-im/imspector/Makefile
@@ -19,12 +19,6 @@ CONFIG_FILES= imspector.conf badwords.txt acl.txt
USE_RC_SUBR= ${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600000
-BROKEN= does not compile, needs to fix /usr/include/net/pfvar.h
-.endif
-
MAKE_ENV+= ETCDIR=${ETCDIR}
post-patch:
@@ -38,4 +32,4 @@ post-install:
fi
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>