diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 20:29:35 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 20:29:35 +0000 |
commit | d89ef09b0487d520a67619be58d2fc715c569769 (patch) | |
tree | 1eeb381be001046745540cc1ac5304ead8375334 /parallel/pvm3 | |
parent | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (diff) | |
download | pkgsrc-d89ef09b0487d520a67619be58d2fc715c569769.tar.gz |
add USE_X11=yes (it builds without it, but doesn't build some binaries)
Diffstat (limited to 'parallel/pvm3')
-rw-r--r-- | parallel/pvm3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index 1f42cd11dfe..aaeaa1bb6aa 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/01/01 23:42:58 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/26 20:29:35 garbled Exp $ DISTNAME= pvm3.4.beta7 PKGNAME= pvm-3.4.7 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.netlib.org/ #DEPENDS+= ssh-1.2.26:../../security/ssh +USE_X11= yes WRKSRC= ${WRKDIR}/pvm3 MAKE_ENV+= PVM_ROOT=${WRKSRC} ALL_TARGET= all install |