summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-06-07 11:15:59 +0000
committerobache <obache>2008-06-07 11:15:59 +0000
commitb4f478536f4135337300dbd2651e3ba738a2dc48 (patch)
treeee52a8a5f979559a90c1025a2c229ae17a3ee872 /parallel/clusterit/Makefile
parentf7c7e48a3f1164d1abc78ac96b308a1cd67c6a6f (diff)
downloadpkgsrc-b4f478536f4135337300dbd2651e3ba738a2dc48.tar.gz
Requre curses library.
Bump PKGREVISION. While here, marked as DESTDIR ready, sort PLIST. Patch from Aleksej Saushev in PR 38879.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r--parallel/clusterit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index b0866b3446f..6661039a197 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2008/02/27 21:52:16 garbled Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/07 11:15:59 obache Exp $
DISTNAME= clusterit-2.5
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}
@@ -9,10 +9,13 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://clusterit.sourceforge.net/
COMMENT= Clustering package for unix
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"