summaryrefslogtreecommitdiff
path: root/databases/postgresql90-datatypes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-datatypes/Makefile')
-rw-r--r--databases/postgresql90-datatypes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql90-datatypes/Makefile b/databases/postgresql90-datatypes/Makefile
index f05d95d37b3..6198a58aae0 100644
--- a/databases/postgresql90-datatypes/Makefile
+++ b/databases/postgresql90-datatypes/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/02/06 23:21:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2013/02/09 11:19:12 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-datatypes-/}
-PKGREVISION= 2
COMMENT= PostgreSQL data types support modules
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
@@ -21,8 +20,8 @@ BUILD_DIRS+= contrib/ltree
BUILD_DIRS+= contrib/lo
BUILD_DIRS+= contrib/uuid-ossp
BUILD_DIRS+= contrib/unaccent
-REQD_DIRS+= ${PG_SUBPREFIX}lib/postgresql
-REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
+REQD_DIRS+= lib/postgresql
+REQD_DIRS+= share/postgresql/contrib
.include "../../databases/postgresql90-client/buildlink3.mk"
.include "../../devel/ossp-uuid/buildlink3.mk"