diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /databases/postgresql-lib/Makefile | |
parent | 3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff) | |
download | pkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz |
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'databases/postgresql-lib/Makefile')
-rw-r--r-- | databases/postgresql-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-lib/Makefile b/databases/postgresql-lib/Makefile index 9c7acf987b1..e36edadd569 100644 --- a/databases/postgresql-lib/Makefile +++ b/databases/postgresql-lib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2003/03/25 15:13:48 cjep Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/18 16:25:18 jmmv Exp $ PKGNAME= postgresql-lib-${BASE_VERS} SVR4_PKGNAME= pstgl COMMENT= PostgreSQL database headers and libraries -.include "../postgresql/Makefile.common" +.include "../../databases/postgresql/Makefile.common" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} BUILD_DIRS= ${WRKSRC}/src/include |