aboutsummaryrefslogtreecommitdiffstats
path: root/math/ndiff
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 05:05:49 +0800
committerpav <pav@FreeBSD.org>2009-01-06 05:05:49 +0800
commitfb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch)
tree1f6b633bd7844aa504f407e530e6892e38d0b9c5 /math/ndiff
parent54aa386a510858774daf943c9ab8069883f977c7 (diff)
downloadfreebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz
freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst
freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'math/ndiff')
-rw-r--r--math/ndiff/Makefile2
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