diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:16:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:16:55 +0000 |
commit | 998b2d08ece18e2c6a703faf11a8afba967d70d7 (patch) | |
tree | 9ab9b857bff1cf1a87a1aa7746f43e10cd6aab1c /lang/python21/Makefile | |
parent | Upgrade to 20.2.1. (diff) |
Don't build mpz extension, it's moved to a separate port.
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index b548510597d6..400b87953447 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -17,7 +17,7 @@ MAINTAINER?= tg@FreeBSD.org DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-fpectl +#CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" INSTALL_TARGET= install MAN1= python.1 @@ -49,12 +49,6 @@ 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 |