diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:58:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:58:41 +0000 |
commit | 7f92cab3429b4eef155a5b61a4a7380cce86f529 (patch) | |
tree | 1d6c693b23f94ea169d92733ca6bbce25eda89c0 /audio/glame | |
parent | 78b6d3b86ec2285a52d33c3186629af12ccbe050 (diff) | |
download | ports-7f92cab3429b4eef155a5b61a4a7380cce86f529.tar.gz ports-7f92cab3429b4eef155a5b61a4a7380cce86f529.zip |
Notes
Diffstat (limited to 'audio/glame')
-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> |