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/ifstated | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) | |
download | ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.tar.gz ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.zip |
Notes
Diffstat (limited to 'net/ifstated')
-rw-r--r-- | net/ifstated/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index babbf799e26f..7f54cc5c2ba9 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -29,10 +29,4 @@ post-patch: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502113 -IGNORE= need link state change notification changes from May 2004 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |