diff options
Diffstat (limited to 'audio/glame/Makefile')
-rw-r--r-- | audio/glame/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 5cd427718148..1107bf8b36f7 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -31,6 +31,12 @@ INSTALLS_SHLIB= yes INFO= glame glame-dev +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-extract: @cd ${WRKSRC}/doc && ${RM} -f *.info* @@ -40,4 +46,4 @@ post-patch: @${GREP} -lR "<values\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<values\.h>|<limits.h>|' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |