aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarium
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-21 18:14:27 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-21 18:14:27 +0000
commitb177fa405ced8aae26c645071913911ba4b1d419 (patch)
treead442be092510dc610406f32a87e7bfb0f638e6f /astro/stellarium
parent8232d59e9aa41529df66d50a5ade0fb632fd9c27 (diff)
downloadports-b177fa405ced8aae26c645071913911ba4b1d419.tar.gz
ports-b177fa405ced8aae26c645071913911ba4b1d419.zip
Does not build on 4.x.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=162955
Diffstat (limited to 'astro/stellarium')
-rw-r--r--astro/stellarium/Makefile8
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>