diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-07-01 17:45:51 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-07-01 17:45:51 +0000 |
commit | 7e35b9708ad6f43dc4643b50fdd37f1e0c515d6f (patch) | |
tree | 148ea1cb5bafd59bba901288259a57c805dccd25 /databases/postgresql94-plpython/Makefile | |
parent | 38793c3b6c825052aba54af75d517a7bcdf62c2f (diff) | |
download | ports-7e35b9708ad6f43dc4643b50fdd37f1e0c515d6f.tar.gz ports-7e35b9708ad6f43dc4643b50fdd37f1e0c515d6f.zip |
Notes
Diffstat (limited to 'databases/postgresql94-plpython/Makefile')
-rw-r--r-- | databases/postgresql94-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile index 5218ccd471d0..115dc22608b9 100644 --- a/databases/postgresql94-plpython/Makefile +++ b/databases/postgresql94-plpython/Makefile @@ -2,4 +2,4 @@ WANT_PGSQL_VER= 9.4 -.include "${.CURDIR}/../postgresql90-plpython/Makefile" +.include "${.CURDIR}/../postgresql95-plpython/Makefile" |