diff options
-rw-r--r-- | Mk/bsd.pkgng.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk index 4d41b1a5f80d..5b709ef8371f 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -36,7 +36,7 @@ ACTUAL-PACKAGE-DEPENDS?= \ ${PKG_QUERY} "%dn: {origin: %do, version: \"%dv\"}" " " ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,:C,${PORTSDIR}/,,} 2>/dev/null || : ; \ fi -# Redifine pkg2ng calls durectly bsd.pkgng.mk and needs it +# Redefine. pkg2ng calls directly 'make -f bsd.pkgng.mk' which needs UID to be defined .if !defined(UID) UID!= ${ID} -u |