diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /math/ndiff | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) |
Notes
Diffstat (limited to 'math/ndiff')
-rw-r--r-- | math/ndiff/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index 0194d62e7dff..d3827dd719d8 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -18,11 +18,9 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences .include <bsd.port.pre.mk> .if !defined(WITHOUT_GMP) -.if ${OSVERSION} > 500023 LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.endif CONFIGURE_ARGS= --with-gmp CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .else |