diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /lang/python-devel | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.zip FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz |
farewell to libxpg4.
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index e029488..78b64bd 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 |