summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-05-09 15:24:42 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-05-09 15:24:42 +0000
commit0851be7c5add27191312300b18bad03e1b9830e9 (patch)
tree315f297531326a5c2da5a54e4e0fbbd5307a1a38 /databases
parent709b37c22f9d8e4c7a6ed4f8dfc3e39e851e8556 (diff)
downloadpkgsrc-0851be7c5add27191312300b18bad03e1b9830e9.tar.gz
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index 51c1e33c916..01c770ff9d0 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:40 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/05/09 15:24:42 frueauf Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
DISTNAME= postgresql-6.2.1
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \
MAINTAINER= packages@netbsd.org
-MAKE_ENV+= USE_TCL=true
DEPENDS+= tk-8.0p2:../../x11/tk80
DEPENDS+= tcl-8.0p2:../../lang/tcl80
@@ -21,6 +20,7 @@ PGUSER?= pgsql
USE_GMAKE= YES
USE_PERL5= yes
MAKEFILE= GNUmakefile
+MAKE_ENV+= USE_TCL=true
HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \