diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-25 11:39:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-25 11:39:45 +0000 |
commit | 2718c15787eea023fa6c000e509ceb17c229baf9 (patch) | |
tree | 967bdb92f4fe31a8134cc20fbbd02ef2652610ee /lang/python21 | |
parent | ebf23e7ad7dbd3aff32fc893a29cfa41646e7fd3 (diff) | |
download | ports-2718c15787eea023fa6c000e509ceb17c229baf9.tar.gz ports-2718c15787eea023fa6c000e509ceb17c229baf9.zip |
Notes
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index b17756041bf6..b548510597d6 100644 --- a/lang/python21/Makefile +++ b/lang/python21/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 |