diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-28 07:47:55 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-28 07:47:55 +0000 |
commit | 141b61cbd1a4eb9e95c6322cb6019f07b4e9ef7c (patch) | |
tree | 22f08e19132918f325ad32bc3a1f916e65e05bb2 /parallel/clusterit/Makefile | |
parent | b6c8b87b227e0031ab4e79bf70c1a5e288cafd66 (diff) | |
download | pkgsrc-141b61cbd1a4eb9e95c6322cb6019f07b4e9ef7c.tar.gz |
clusterit uses GNU configure.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r-- | parallel/clusterit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index 419070cd7af..e8461d43069 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:34 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/08/28 07:47:55 ghen Exp $ DISTNAME= clusterit-2.4 PKGREVISION= 1 @@ -9,8 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://clusterit.sourceforge.net/ COMMENT= Clustering package for unix -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +GNU_CONFIGURE= YES .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |