diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
commit | 9e9dcdd897e281ba542f43777310f92388c5e51e (patch) | |
tree | c49e874fd657bc4d06f988f985a514fc051e7c8f /math/taucs/Makefile | |
parent | 8b63fe22b55748666da037dc8b891ab878ef6bb9 (diff) | |
download | ports-9e9dcdd897e281ba542f43777310f92388c5e51e.tar.gz ports-9e9dcdd897e281ba542f43777310f92388c5e51e.zip |
Notes
Diffstat (limited to 'math/taucs/Makefile')
-rw-r--r-- | math/taucs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 8bd82508d8b7..d7fcb4fe7a00 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -24,6 +24,12 @@ HAS_CONFIGURE= yes MAKEFILE= makefile ALL_TARGET= +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + do-install: @${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libtaucs.a ${PREFIX}/lib @${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/direct ${PREFIX}/bin @@ -34,4 +40,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |