diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | a787f0b0758f9b6d92f3c10d2621440a61b1977e (patch) | |
tree | 74196deef164c8bc31ec614fc52cd43fcb949f20 /lang/python | |
parent | 88479b1d0703b73d3f20015a53e8a442505bfddd (diff) | |
download | ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 3579aaba9839..504bdc966737 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -90,13 +90,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 |