summaryrefslogtreecommitdiff
path: root/databases/postgresql84-pgcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql84-pgcrypto/Makefile')
-rw-r--r--databases/postgresql84-pgcrypto/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/postgresql84-pgcrypto/Makefile b/databases/postgresql84-pgcrypto/Makefile
index cfa8a8a9d8a..b8b5c51b113 100644
--- a/databases/postgresql84-pgcrypto/Makefile
+++ b/databases/postgresql84-pgcrypto/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/08/01 17:44:04 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:42 adam Exp $
-PKGNAME= postgresql84-pgcrypto-${BASE_VERS}
+PKGNAME= ${DISTNAME:C/-/84-pgcrypto-/}
COMMENT= Module providing cryptographic functions for PostgreSQL
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql84-server>=${BASE_VERS}:../../databases/postgresql84-server
+DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
-BUILD_DIRS= contrib/pgcrypto
-
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+BUILD_DIRS= contrib/pgcrypto
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
.include "../../databases/postgresql84-client/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"