diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
commit | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch) | |
tree | 4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/fgsd | |
parent | 9eca9d9c3be542fb7d2775295de32351162caa11 (diff) | |
download | freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/fgsd')
-rw-r--r-- | games/fgsd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/fgsd/Makefile b/games/fgsd/Makefile index bea2611d9af2..fe7641129ab5 100644 --- a/games/fgsd/Makefile +++ b/games/fgsd/Makefile @@ -42,12 +42,6 @@ DESKTOP_ENTRIES="FlightGear Scenery Designer" \ "Application;Graphics;" \ false -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lgif|-lungif|' ${WRKSRC}/configure @@ -55,4 +49,4 @@ post-install: ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/src/curves.xpm ${PREFIX}/share/pixmaps/fgsd.xpm -.include <bsd.port.post.mk> +.include <bsd.port.mk> |