diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /graphics/freeglut/Makefile | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Notes
Notes:
svn path=/head/; revision=190038
Diffstat (limited to 'graphics/freeglut/Makefile')
-rw-r--r-- | graphics/freeglut/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 64de29418338..2d6b57037a6a 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -35,12 +35,7 @@ DOCS= download.html freeglut.html freeglut_logo.png \ progress.html structure.html BINS= CallbackMaker Fractals Fractals_random Lorenz One shapes -.include <bsd.port.pre.mk> - pre-configure: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/configure -.endif .for fract in /fractals.c _random/fractals_random.c @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ ${WRKSRC}/progs/demos/Fractals${fract} @@ -72,4 +67,4 @@ post-install: -e "s|/usr/X11R6|${X11BASE}|" @${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |