diff options
author | girgen <girgen@FreeBSD.org> | 2014-05-21 06:26:21 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2014-05-21 06:26:21 +0800 |
commit | be99155fc828fd49525875ff7d3d1c7f9d7211bc (patch) | |
tree | 7173901b628d2a29af0d8eede457eee1e9c89793 /databases/postgresql94-docs | |
parent | e89265af943595c924a84296ac9609fc715166cd (diff) | |
download | freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.tar.gz freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.tar.zst freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.zip |
Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of postgresql94-ports
Diffstat (limited to 'databases/postgresql94-docs')
-rw-r--r-- | databases/postgresql94-docs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql94-docs/Makefile b/databases/postgresql94-docs/Makefile new file mode 100644 index 000000000000..755aac07d8b3 --- /dev/null +++ b/databases/postgresql94-docs/Makefile @@ -0,0 +1,6 @@ +# Created by: Palle Girgensohn <girgen@pingpong.net> +# $FreeBSD$ + +WANT_PGSQL_VER=94 + +.include "${.CURDIR}/../postgresql91-docs/Makefile" |