diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
commit | 8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /science/libxc | |
parent | 365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff) |
Notes
Diffstat (limited to 'science/libxc')
-rw-r--r-- | science/libxc/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/science/libxc/Makefile b/science/libxc/Makefile index 7c83d4a0502f..3587abff5f3c 100644 --- a/science/libxc/Makefile +++ b/science/libxc/Makefile @@ -24,11 +24,4 @@ post-patch: @${REINPLACE_CMD} -e '/^pkgconfigdir =/s,libdir),prefix)/libdata,' \ ${WRKSRC}/build/Makefile.in -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000034 -LIB_DEPENDS+= libml.so:math/ldouble -LDFLAGS+= -lml -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |