diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
commit | d203b12054ad82d30bac1f0a0c022b1393f861b3 (patch) | |
tree | aa853b3ada1746f7fe92c44b10a0a57900e6b933 /net/atmsupport | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) |
Notes
Diffstat (limited to 'net/atmsupport')
-rw-r--r-- | net/atmsupport/Makefile | 8 |
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> |