diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | fe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch) | |
tree | cd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /multimedia | |
parent | b64acc87813cd14f5610cecd37bb98e52497b3fa (diff) | |
download | ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.tar.gz ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gopchop/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index 2662fefe1a31..86705ad55692 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -38,10 +38,16 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's| -mcpu=.*"|"|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \ s|-lglib||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |