diff options
author | recht <recht@pkgsrc.org> | 2003-08-12 12:23:49 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-12 12:23:49 +0000 |
commit | 5d2b9d325b94db423c2f850c61cd1674bb42aa47 (patch) | |
tree | 4766bf69ef53635316c2ba8024713ca4d3a6bc0b | |
parent | ac87db1d30f89bfe6729d5effc322f0d80890775 (diff) | |
download | pkgsrc-5d2b9d325b94db423c2f850c61cd1674bb42aa47.tar.gz |
Fix build for systems without perl installed.
Remove MESSAGE. (As discussed on packages@).
-rw-r--r-- | net/spread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 3ffc76aeed9..3eccdd511b0 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/09 13:07:40 recht Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/12 12:23:49 recht Exp $ # DISTNAME= spread-src-3.17.1 @@ -11,6 +11,7 @@ MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= http://www.spread.org/ COMMENT= Group communication system providing a number of messaging services +USE_PERL5= build USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES |