aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-06 17:43:44 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-06 17:43:44 +0000
commit7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch)
tree98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/msort
parent856903091afce38773f4c8d6d5604d3e97d0fa88 (diff)
downloadports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.gz
ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225333
Diffstat (limited to 'textproc/msort')
-rw-r--r--textproc/msort/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 525000592e7f..1e742349fea3 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -29,10 +29,4 @@ PLIST_FILES= bin/msg bin/msort
MAN1= msort.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-BROKEN= Does not build with older versions of FreeBSD
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>