diff options
author | kris <kris@FreeBSD.org> | 2004-03-17 22:28:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-17 22:28:48 +0000 |
commit | fcbdf7a0e74ab5857fd6b858ee75512d82aa057e (patch) | |
tree | 016f605f6828b4e377fa119b6726a745cc1ec8d5 /graphics/megapov | |
parent | 18e381d0d9658b90e4a1ee47689d246ae8ba9b31 (diff) | |
download | FreeBSD-ports-fcbdf7a0e74ab5857fd6b858ee75512d82aa057e.zip FreeBSD-ports-fcbdf7a0e74ab5857fd6b858ee75512d82aa057e.tar.gz |
BROKEN on 5.x: Does not install with ache's getopt changes
Diffstat (limited to 'graphics/megapov')
-rw-r--r-- | graphics/megapov/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index bbc4353..51011bb 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> |