diff options
author | tg <tg@FreeBSD.org> | 2001-10-19 19:16:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-10-19 19:16:55 +0800 |
commit | 3a3da8d325e6bd7237d08a9b0e8dad45dab8b03d (patch) | |
tree | 59fda1387ab7ca0693d65667e6a245efa971d240 /lang/python27/Makefile | |
parent | acd343c539f4305270cccd891e037878a56983bf (diff) | |
download | freebsd-ports-gnome-3a3da8d325e6bd7237d08a9b0e8dad45dab8b03d.tar.gz freebsd-ports-gnome-3a3da8d325e6bd7237d08a9b0e8dad45dab8b03d.tar.zst freebsd-ports-gnome-3a3da8d325e6bd7237d08a9b0e8dad45dab8b03d.zip |
Don't build mpz extension, it's moved to a separate port.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r-- | lang/python27/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index b548510597d6..400b87953447 100644 --- a/lang/python27/Makefile +++ b/lang/python27/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 |