https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224324
w.schwarzenf...@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenf...@utanet.at --- Comment #3 from w.schwarzenf...@utanet.at --- Chris you missunderstood my post. .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) @${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ ${WRKSRC}/setup.py .endif is part of the existing python Makefile. My first attempt was to comment out the lines with .if and .endif (but this did not work). Later I found the simpler way with WITHOUT_NIS=yes. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"