diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:38:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:38:32 +0000 |
commit | ece154d637eb8dd7b07b4564b893ac1b7c6ef4b7 (patch) | |
tree | 7b5f13ac8e2304fcb40010197a5544921bd2b5ae | |
parent | 770779a9cf6e7bc912656bb9f06d703f8d07297f (diff) | |
download | pkgsrc-ece154d637eb8dd7b07b4564b893ac1b7c6ef4b7.tar.gz |
USE_LANGUAGES= c c++
Remove USE_PKGLOCALEDIR, the package does not install any locale files.
-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 |