diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /irc | |
parent | 61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff) | |
download | ports-291c479c05b7db09d3f5fed575c33e06d849b994.tar.gz ports-291c479c05b7db09d3f5fed575c33e06d849b994.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/minbif/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 652a92633184..0989f9bef80d 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -41,12 +41,6 @@ OPTIONS= CACA "Buddy icon display using libcaca" On \ SUB_LIST+= USERS=${USERS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not link on 6.X -.endif - .include <bsd.port.options.mk> .if defined(WITH_CACA) @@ -100,4 +94,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |