aboutsummaryrefslogtreecommitdiff
path: root/devel/fastcrc/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-08-29 03:51:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-08-29 03:51:40 +0000
commit35c9d63b2a32a69c37d8d8a26a82f2b5c02e6d57 (patch)
treef9d26adcd48dd4f32b0e2f73e3fc2c9e0d2b9ac2 /devel/fastcrc/Makefile
parente4be554e63236d018358cddfcdcb519b2cc35164 (diff)
downloadports-35c9d63b2a32a69c37d8d8a26a82f2b5c02e6d57.tar.gz
ports-35c9d63b2a32a69c37d8d8a26a82f2b5c02e6d57.zip
Notes
Diffstat (limited to 'devel/fastcrc/Makefile')
-rw-r--r--devel/fastcrc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index e1b44ebd57c9..dee5d7b4c0dc 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -19,6 +19,12 @@ ONLY_FOR_ARCHS= i386
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900035
+BROKEN= Does not compile on recent FreeBSD-9
+.endif
+
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
@@ -27,4 +33,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc
${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>