summaryrefslogtreecommitdiff
path: root/graphics/megapov
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/megapov
parentAdd a port of html-pretty: (diff)
BROKEN on 5.x: Does not install with ache's getopt changes
Notes
Notes: svn path=/head/; revision=104330
Diffstat (limited to 'graphics/megapov')
-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>