diff options
author | antoine <antoine@FreeBSD.org> | 2017-08-11 13:26:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-08-11 13:26:18 +0800 |
commit | 7ac0c683872dd277054002edeb27d2a291690159 (patch) | |
tree | 6e531d3d02c5664ea431efcb4dddbeb242922a4a | |
parent | 79fa32fca91d49e309e03a0629991290a4efd8ff (diff) | |
download | freebsd-ports-gnome-7ac0c683872dd277054002edeb27d2a291690159.tar.gz freebsd-ports-gnome-7ac0c683872dd277054002edeb27d2a291690159.tar.zst freebsd-ports-gnome-7ac0c683872dd277054002edeb27d2a291690159.zip |
Fix PKGBASE collision with postgresql96-contrib
Reported by: pkg-fallout
-rw-r--r-- | databases/postgresql10-contrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index a4a859d979c8..0f819e2cb4a9 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -11,7 +11,7 @@ COMMENT= The contrib utilities from the PostgreSQL distribution LIB_DEPENDS= libxslt.so:textproc/libxslt \ libxml2.so:textproc/libxml2 -MASTERDIR= ${.CURDIR}/../postgresql96-server +MASTERDIR= ${.CURDIR}/../postgresql10-server USES= bison pgsql:10 |