summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-29 05:39:00 +0000
committergrant <grant@pkgsrc.org>2005-07-29 05:39:00 +0000
commite6da590fdd1f74ddcf2a7ce7a8dfd0e860b955ab (patch)
tree2860ecb7e39001bc1dba9fbe8ba81e1fdeb17a05 /databases
parentcbc4b4689900c79fda9a83b87f6bf60169a77400 (diff)
downloadpkgsrc-e6da590fdd1f74ddcf2a7ce7a8dfd0e860b955ab.tar.gz
build in src/port, too, so libpgport is built on platforms which need
it. fixes build on Solaris.
Diffstat (limited to 'databases')
-rw-r--r--databases/tcl-postgresql73/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile
index f2bd747d770..e39c86210cb 100644
--- a/databases/tcl-postgresql73/Makefile
+++ b/databases/tcl-postgresql73/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/07/15 18:27:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/29 05:39:00 grant Exp $
PKGNAME= tcl-postgresql73-${BASE_VERS}
PKGREVISION= 1
@@ -15,7 +15,8 @@ TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
MAKE_ENV+= INSTALLED_LIBPQ=1
USE_TOOLS+= gtar
-BUILD_DIRS= ${WRKSRC}/src/interfaces/libpgtcl
+BUILD_DIRS= ${WRKSRC}/src/port
+BUILD_DIRS+= ${WRKSRC}/src/interfaces/libpgtcl
BUILD_DIRS+= ${WRKSRC}/src/bin/pgtclsh
post-install: