summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /lang/python27
parentUpdate to 1.4.5. (diff)
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index e0294881393a..78b64bdd1552 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else