summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/files/Makefile.custom
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2003-04-03 18:06:12 +0000
committertoshii <toshii@pkgsrc.org>2003-04-03 18:06:12 +0000
commitfe36e8843c0be8306ca4169f3a948af04ae0d43a (patch)
tree1d12e4507e9aae8fc7bb57c27562397c13cd9dcc /databases/py-postgresql/files/Makefile.custom
parent6801ee7245b0965ed412c0b29dca2436bfa8f217 (diff)
downloadpkgsrc-fe36e8843c0be8306ca4169f3a948af04ae0d43a.tar.gz
Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++
Remove files and patches in the py-postgresql directory and add necessary ones in the postgresql directory.
Diffstat (limited to 'databases/py-postgresql/files/Makefile.custom')
-rw-r--r--databases/py-postgresql/files/Makefile.custom9
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/py-postgresql/files/Makefile.custom b/databases/py-postgresql/files/Makefile.custom
deleted file mode 100644
index f5158e12c08..00000000000
--- a/databases/py-postgresql/files/Makefile.custom
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile.custom,v 1.1 2003/01/05 19:26:19 jlam Exp $
-#
-# This file is included by Makefile.global, which is included by every
-# sub-Makefile in the build tree. Makefiles for shared libraries include
-# Makefile.global then Makefile.shlib.
-
-ifdef INSTALLED_LIBPQ
-libpq = -lpq
-endif