diff options
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 |