diff options
author | gdt <gdt> | 2014-06-05 13:36:38 +0000 |
---|---|---|
committer | gdt <gdt> | 2014-06-05 13:36:38 +0000 |
commit | ac293a9579ab1c703ad5f445659a8484a36e4a37 (patch) | |
tree | db3d3102d5ac6b78fd35f8c1073cadd0cc20df88 /pkgtools | |
parent | abb645f76b9f03657aaf147a47a2e7af5d9be0ac (diff) | |
download | pkgsrc-ac293a9579ab1c703ad5f445659a8484a36e4a37.tar.gz |
Depend on libfetch from pkgsrc.
On NetBSD 5, builtin libfetch is linked against builtin openssl, but
pkgsrc openssl is used to build pkgin, causing a link failure.
ok imil@.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 0c38c1e3beb..7f57a5ec999 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2014/04/09 07:27:15 obache Exp $ +# $NetBSD: Makefile,v 1.47 2014/06/05 13:36:38 gdt Exp $ GHCOMMIT= 3859170568fbe4fe21b5660dbaeca8d65ac10f1b DISTNAME= ${GHCOMMIT} PKGNAME= pkgin-0.6.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= pkgtools MASTER_SITES= https://github.com/NetBSDfr/pkgin/archive/ @@ -82,5 +82,6 @@ do-install: .include "../../archivers/libarchive/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" +.include "../../net/libfetch/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |