diff options
Diffstat (limited to 'databases/postgresql83-plpython/Makefile')
-rw-r--r-- | databases/postgresql83-plpython/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql83-plpython/Makefile b/databases/postgresql83-plpython/Makefile index 4db658788bd..5f0ac01f8ec 100644 --- a/databases/postgresql83-plpython/Makefile +++ b/databases/postgresql83-plpython/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:44:41 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" |