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/python21/Makefile | |
parent | Update to 1.4.5. (diff) |
farewell to libxpg4.
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 8ab23120d5dc..8a0876937041 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -52,13 +52,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 ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 |