diff options
Diffstat (limited to 'databases/postgresql91-plpython')
-rw-r--r-- | databases/postgresql91-plpython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile index 15b8777a1f9..9e1fa68808a 100644 --- a/databases/postgresql91-plpython/Makefile +++ b/databases/postgresql91-plpython/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/07/01 19:49:25 morr Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:47 asau Exp $ PKGNAME= ${DISTNAME:C/-/91-plpython-/} COMMENT= PL/Python procedural language for the PostgreSQL backend -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server .include "../../databases/postgresql91/Makefile.common" |