diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-21 18:14:27 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-21 18:14:27 +0000 |
commit | b177fa405ced8aae26c645071913911ba4b1d419 (patch) | |
tree | ad442be092510dc610406f32a87e7bfb0f638e6f /astro/stellarium | |
parent | 8232d59e9aa41529df66d50a5ade0fb632fd9c27 (diff) |
Notes
Diffstat (limited to 'astro/stellarium')
-rw-r--r-- | astro/stellarium/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index acf25429712b..f2e1c0435440 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -38,6 +38,12 @@ DESKTOP_ENTRIES="Stellarium" \ "Application;Astronomy;Science;Education;" \ false +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not build on FreeBSD 4.x +.endif + post-build: @icoconvert ${WRKSRC}/data/stellarium.ico @@ -49,4 +55,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |