summaryrefslogtreecommitdiffstats
path: root/lang/python24
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-09-25 11:39:45 +0000
committertg <tg@FreeBSD.org>2001-09-25 11:39:45 +0000
commit74200bcdc2732b46da6cf917efd15489d85964dd (patch)
tree5dbfa0a8f6156623253a87c887efee376b279ac6 /lang/python24
parent03e122c171a12832e35e94e43a3dd1d766188508 (diff)
downloadFreeBSD-ports-74200bcdc2732b46da6cf917efd15489d85964dd.zip
FreeBSD-ports-74200bcdc2732b46da6cf917efd15489d85964dd.tar.gz
Depend on math/libgmp when running a recent -current.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index b177560..b548510 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -49,6 +49,12 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
+.if ${OSVERSION} > 500023
+LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+.endif
+
.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
CONFIGURE_ARGS+= --with-libs='-lxpg4'
.endif
OpenPOWER on IntegriCloud