aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python32
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-09-25 19:39:45 +0800
committertg <tg@FreeBSD.org>2001-09-25 19:39:45 +0800
commit74200bcdc2732b46da6cf917efd15489d85964dd (patch)
tree5dbfa0a8f6156623253a87c887efee376b279ac6 /lang/python32
parent03e122c171a12832e35e94e43a3dd1d766188508 (diff)
downloadfreebsd-ports-gnome-74200bcdc2732b46da6cf917efd15489d85964dd.tar.gz
freebsd-ports-gnome-74200bcdc2732b46da6cf917efd15489d85964dd.tar.zst
freebsd-ports-gnome-74200bcdc2732b46da6cf917efd15489d85964dd.zip
Depend on math/libgmp when running a recent -current.
Diffstat (limited to 'lang/python32')
-rw-r--r--lang/python32/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index b17756041bf6..b548510597d6 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/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