summaryrefslogtreecommitdiff
path: root/net/atmsupport/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
commitd203b12054ad82d30bac1f0a0c022b1393f861b3 (patch)
treeaa853b3ada1746f7fe92c44b10a0a57900e6b933 /net/atmsupport/Makefile
parentConfigure --without-capi --without-gphoto and --without-sane to avoid (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225305
Diffstat (limited to 'net/atmsupport/Makefile')
-rw-r--r--net/atmsupport/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile
index 9c0af4203753..bfc2832fb963 100644
--- a/net/atmsupport/Makefile
+++ b/net/atmsupport/Makefile
@@ -25,10 +25,4 @@ USE_LDCONFIG= yes
MAN1= unidecode.1 uniencode.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 501114
-IGNORE= "ngATM not implemented on FreeBSD 4.x, 5.1 and earlier"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>