Date: Sat, 4 Mar 2006 01:00:41 +0100 From: Robert Gogolok <gogo@cs.uni-sb.de> To: freebsd-ports@freebsd.org Subject: [PATCH] PR 90484 Message-ID: <200603040100.42452.gogo@cs.uni-sb.de>
next in thread | raw e-mail | index | archive | help
Hi, Here's a patch for bug report http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90484 --- Makefile.orig Sat Mar 4 00:57:23 2006 +++ Makefile Sat Mar 4 00:57:33 2006 @@ -151,7 +151,7 @@ ${SETENV} ${MAKE_ENV} ${MAKE} lib${PYTHON_VERSION}.so python; \ ${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \ ${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/} -.if !exists(/usr/bin/rpcgen) # the world with NO_NIS +.if !exists(/usr/bin/ypcat) # the world with NO_NIS ${GREP} -v 'nis.so$$' ${PKGDIR}/pkg-plist > ${PLIST} .else ${CP} ${PKGDIR}/pkg-plist ${PLIST} Robert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603040100.42452.gogo>