diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 21:23:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 21:23:52 +0000 |
commit | dc9116af301ae1c93ca08486a09632c46df78756 (patch) | |
tree | 62a5571b3f2e74b64aa1af4fbad84c818f0814e7 /ports-mgmt | |
parent | fa59cf2b3d078dcbc0fb30bfeaf281d0a2ea48fd (diff) | |
download | ports-dc9116af301ae1c93ca08486a09632c46df78756.tar.gz ports-dc9116af301ae1c93ca08486a09632c46df78756.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 78b97c85f601..20cec6eb4bbf 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -46,6 +46,8 @@ IGNORE= WITH_PKG is not defined to 'devel', this version is the devel one .else LATEST_LINK= pkg PKGNAMESUFFIX= +#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) +PKG_DEPENDS= .endif .if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info) NB_OLDPKGS!= pkg_info 2>/dev/null | wc -l @@ -74,8 +76,6 @@ pre-everything:: LATEST_LINK= pkg-devel .endif -#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) -PKG_DEPENDS= .undef INSTALLS_DEPENDS .if !exists(${LOCALBASE}/sbin/pkg) PKG_BIN= ${WRKSRC}/src/pkg-static |