diff options
author | grant <grant@pkgsrc.org> | 2005-08-16 14:33:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-16 14:33:46 +0000 |
commit | 5335d51b40f35e8404008bed25168607ba5e2157 (patch) | |
tree | 42608771e83a301d3a298720afdb752916530b40 /databases | |
parent | 151a84db646e30ce2920383e461b9b52c49d1f47 (diff) | |
download | pkgsrc-5335d51b40f35e8404008bed25168607ba5e2157.tar.gz |
--prefix is already passed to GNU configure.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/yasql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 98fd12c7149..0cc7bf06523 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:44 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/08/16 14:33:46 grant Exp $ DISTNAME= yasql-1.81 CATEGORIES= databases @@ -12,7 +12,6 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= yes NO_BUILD= # defined -CONFIGURE_ARGS+=--prefix=${PREFIX} CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} DEPENDS+= p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle |