diff options
Diffstat (limited to 'databases/postgresql73/Makefile.common')
-rw-r--r-- | databases/postgresql73/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common index 4174b8fa58e..f07c264d1fc 100644 --- a/databases/postgresql73/Makefile.common +++ b/databases/postgresql73/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/10/10 17:46:07 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/10/25 17:40:01 jdolecek Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -33,7 +33,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql73/patches # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # # Note: Do not forget jdbc-postgresql when updating version -DIST_VERS?= 7.3.7 +DIST_VERS?= 7.3.8 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql73-lib?= postgresql73-lib>=${BASE_VERS} |