diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
commit | e74f1f2ba2a728af887a83b377b13746054b76e5 (patch) | |
tree | 9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /deskutils/calcurse | |
parent | 9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff) | |
download | ports-e74f1f2ba2a728af887a83b377b13746054b76e5.tar.gz ports-e74f1f2ba2a728af887a83b377b13746054b76e5.zip |
Notes
Diffstat (limited to 'deskutils/calcurse')
-rw-r--r-- | deskutils/calcurse/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index b3e363e3459b..3c3e3a911ead 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -27,10 +27,4 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |