diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-22 01:26:45 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-22 01:26:45 +0800 |
commit | b4b5e0630c149f2534ce66ef97a5bb355af83d26 (patch) | |
tree | 3581d455d65d8304d046290df289b384ae774524 /games | |
parent | 88850ae3ae74228ff6281d4554ae85f4580969dd (diff) | |
download | freebsd-ports-gnome-b4b5e0630c149f2534ce66ef97a5bb355af83d26.tar.gz freebsd-ports-gnome-b4b5e0630c149f2534ce66ef97a5bb355af83d26.tar.zst freebsd-ports-gnome-b4b5e0630c149f2534ce66ef97a5bb355af83d26.zip |
Unbreak on 4.x: previous fix for 5.x applies to 4.x too.
PR: ports/104137
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/allacrost/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 7bec4bdd8243..5cd0124b9ed3 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -33,10 +33,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - .if ${OSVERSION} < 600000 USE_GCC= 4.0+ .endif |