diff options
Diffstat (limited to 'databases/sqlrelay/Makefile')
-rw-r--r-- | databases/sqlrelay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index bd251ee074d..c16793bd66d 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:46 jlam Exp $ DISTNAME= sqlrelay-0.33.1 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Enables pooling and sharing of database connections GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= YES #SQLRELAY_DATABASES+= mysql postgresql |