diff options
Diffstat (limited to 'databases/postgresql90-contrib/Makefile')
-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 |