diff options
author | wiz <wiz> | 2016-12-12 14:22:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-12 14:22:01 +0000 |
commit | d8c1b7dfd46f35cc3350cc40ef950f7d82e8c251 (patch) | |
tree | 337534ea8770849e12b0ea2d5f73f3048d02475f /geography | |
parent | 520e220aa8daacc404d79cfed16faa10e4dc62b1 (diff) | |
download | pkgsrc-d8c1b7dfd46f35cc3350cc40ef950f7d82e8c251.tar.gz |
Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libspatialite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/geography/libspatialite/Makefile b/geography/libspatialite/Makefile index f565caae383..acd943f2474 100644 --- a/geography/libspatialite/Makefile +++ b/geography/libspatialite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/12/04 05:17:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/12 14:22:02 wiz Exp $ DISTNAME= libspatialite-4.3.0a PKGREVISION= 2 @@ -28,5 +28,4 @@ MAKE_JOBS_SAFE=no .include "../../geography/proj/buildlink3.mk" .include "../../textproc/freexl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |