pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 fix buildlink



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5feba6ad778
branches:  trunk
changeset: 652910:e5feba6ad778
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Jun 10 01:43:00 2015 +0000

description:
fix buildlink

diffstat:

 databases/postgresql-postgis2/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5c823df2e81a -r e5feba6ad778 databases/postgresql-postgis2/buildlink3.mk
--- a/databases/postgresql-postgis2/buildlink3.mk       Wed Jun 10 01:42:04 2015 +0000
+++ b/databases/postgresql-postgis2/buildlink3.mk       Wed Jun 10 01:43:00 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2015/03/18 10:20:13 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2015/06/10 01:43:00 wiedi Exp $
 
 BUILDLINK_TREE+=       postgresql-postgis
 
@@ -6,8 +6,8 @@
 POSTGRESQL_POSTGIS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.postgresql-postgis+=     postgresql${PGSQL_VERSION}-postgis>=1.4
-BUILDLINK_ABI_DEPENDS.postgresql-postgis?=     postgresql93-postgis>=2.1.4nb2
-BUILDLINK_PKGSRCDIR.postgresql-postgis?=       ../../databases/postgresql-postgis
+BUILDLINK_ABI_DEPENDS.postgresql-postgis?=     postgresql${PGSQL_VERSION}-postgis>=2.1.4nb2
+BUILDLINK_PKGSRCDIR.postgresql-postgis?=       ../../databases/postgresql-postgis2
 
 PGSQL_VERSIONS_ACCEPTED=       94 93 92 91 90
 



Home | Main Index | Thread Index | Old Index