diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /databases/postgresql90-contrib | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'databases/postgresql90-contrib')
-rw-r--r-- | databases/postgresql90-contrib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql90-contrib/Makefile b/databases/postgresql90-contrib/Makefile index c97a7286f132..412a2214a2f1 100644 --- a/databases/postgresql90-contrib/Makefile +++ b/databases/postgresql90-contrib/Makefile @@ -1,7 +1,5 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> -# # $FreeBSD$ -# PORTNAME= postgresql PORTREVISION= 0 @@ -18,7 +16,7 @@ USE_PGSQL= yes DEFAULT_PGSQL_VER=90 MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server -USE_BISON= build +USES= bison BUILD_DIRS= src/port contrib INSTALL_DIRS= contrib |