diff options
Diffstat (limited to 'databases/postgresql90-pgcrypto/Makefile')
-rw-r--r-- | databases/postgresql90-pgcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql90-pgcrypto/Makefile b/databases/postgresql90-pgcrypto/Makefile index caab443c946..2e1390ca482 100644 --- a/databases/postgresql90-pgcrypto/Makefile +++ b/databases/postgresql90-pgcrypto/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/07/01 19:42:07 morr Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/02 21:25:45 asau Exp $ PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/} COMMENT= Module providing cryptographic functions for PostgreSQL -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server .include "../../databases/postgresql90/Makefile.common" |