aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:16:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:16:55 +0000
commit998b2d08ece18e2c6a703faf11a8afba967d70d7 (patch)
tree9ab9b857bff1cf1a87a1aa7746f43e10cd6aab1c /lang/python/Makefile
parent3372e611f4c45cb867dc77d8b48c72bad05ab167 (diff)
downloadports-998b2d08ece18e2c6a703faf11a8afba967d70d7.tar.gz
ports-998b2d08ece18e2c6a703faf11a8afba967d70d7.zip
Notes
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index b548510597d6..400b87953447 100644
--- a/lang/python/Makefile
+++ b/lang/python/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