aboutsummaryrefslogtreecommitdiffstats
path: root/devel/simulavr
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
commit08401ab584679ba575474618aea9ae870cf34d1a (patch)
tree89d01ce199123abe4719175bfd08a04f821a557e /devel/simulavr
parentab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff)
downloadfreebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz
freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst
freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/simulavr')
-rw-r--r--devel/simulavr/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile
index 755eebdee2aa..0f3a97471776 100644
--- a/devel/simulavr/Makefile
+++ b/devel/simulavr/Makefile
@@ -45,10 +45,4 @@ do-install:
done
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install)
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>