diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9 (patch) | |
tree | ca3e87148da586647b9a756895518811b0d88204 /graphics/fracplanet/Makefile | |
parent | cd643c65b2204e4385844a0b89a1f010731027dc (diff) | |
download | FreeBSD-ports-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.zip FreeBSD-ports-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.gz |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Diffstat (limited to 'graphics/fracplanet/Makefile')
-rw-r--r-- | graphics/fracplanet/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 6a33177..c2c2e3d 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -35,12 +35,6 @@ BASH?= ${LOCALBASE}/bin/bash QMAKE?= ${LOCALBASE}/bin/qmake QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD 4.x -.endif - post-patch: .for file in VERSION configure @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${BASH}|g' ${WRKSRC}/${file} @@ -58,4 +52,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |