diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /astro/libnova/Makefile | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | ports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225288
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r-- | astro/libnova/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 204677fdfe5a..3a1bf68ae927 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -21,16 +21,10 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 503000 -IGNORE= requires FreeBSD 5.3 or higher -.endif - #post-extract: # @${TAR} xf ${WRKDIR}/${PORTNAME}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C ${WRKDIR} post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |