diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /databases/yasql | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'databases/yasql')
-rw-r--r-- | databases/yasql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 0cc7bf06523..089890fdacf 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/16 14:33:46 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:19 rillig Exp $ DISTNAME= yasql-1.81 CATEGORIES= databases @@ -10,7 +10,7 @@ COMMENT= Yet another SQLPlus replacement for Oracle USE_PKGINSTALL= yes GNU_CONFIGURE= yes -NO_BUILD= # defined +NO_BUILD= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} |