diff options
author | wiz <wiz> | 2004-11-22 21:38:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 21:38:32 +0000 |
commit | 33e3623316a679fed0672385c6df991caabeda28 (patch) | |
tree | 7b5f13ac8e2304fcb40010197a5544921bd2b5ae /databases/sqlrelay | |
parent | acb2b34753b8ea1145232425de633e6950c83498 (diff) | |
download | pkgsrc-33e3623316a679fed0672385c6df991caabeda28.tar.gz |
USE_LANGUAGES= c c++
Remove USE_PKGLOCALEDIR, the package does not install any locale files.
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 5d70ac89829..3e9d11d2ca5 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/29 05:59:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/22 21:38:32 wiz Exp $ DISTNAME= sqlrelay-0.33.1 PKGREVISION= 1 @@ -11,10 +11,9 @@ COMMENT= Enables pooling and sharing of database connections GNU_CONFIGURE= YES USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_LIBTOOL= YES -USE_PKGLOCALEDIR= YES #SQLRELAY_DATABASES+= mysql postgresql SQLRELAY_DATABASES?= # empty |