aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 22:28:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 22:28:48 +0000
commit899fed4bf1e1ebe2527a60af922fca9999b72fb7 (patch)
tree846dd273c475cbc167aa8f473928829e18ea52fd /graphics
parent32a5036976134a2cbec4d3aa44fc959cced92a28 (diff)
downloadports-899fed4bf1e1ebe2527a60af922fca9999b72fb7.tar.gz
ports-899fed4bf1e1ebe2527a60af922fca9999b72fb7.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/megapov/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile
index bbc43534a12b..51011bb8e722 100644
--- a/graphics/megapov/Makefile
+++ b/graphics/megapov/Makefile
@@ -37,6 +37,12 @@ CXXFLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387
.endif # i386
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502103
+BROKEN= "Install fails on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%X11BASE%%|${X11BASE}|g ; \
@@ -66,4 +72,4 @@ do-install:
@${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>