diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-06 07:17:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-06 07:17:33 +0000 |
commit | ade4b996e5e284b71d447c76551666ba2649494d (patch) | |
tree | 756314f749944b756748689055058730d70638ea /misc/libpri/Makefile | |
parent | 1b5dc7bd36e4858e5c63da65c831a34a080a04b6 (diff) | |
download | ports-ade4b996e5e284b71d447c76551666ba2649494d.tar.gz ports-ade4b996e5e284b71d447c76551666ba2649494d.zip |
BROKEN on alpha: Does not compile
Notes
Notes:
svn path=/head/; revision=123284
Diffstat (limited to 'misc/libpri/Makefile')
-rw-r--r-- | misc/libpri/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 4da197d294fb..2fe90909e54c 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete -.include <bsd.port.mk> +.include <bsd.port.post.mk> |