diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-01 10:39:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-01 10:39:40 +0000 |
commit | a6a576bb2c729b325f3bf9bc3c99de80d152f7fc (patch) | |
tree | 94eb0c867367dde21060fbc1d2c6203edbf897de /net/netsaint-base/Makefile | |
parent | 29e3b8af904ce06a3080405aacf95d8dd3062ab2 (diff) | |
download | pkgsrc-a6a576bb2c729b325f3bf9bc3c99de80d152f7fc.tar.gz |
Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5.
Diffstat (limited to 'net/netsaint-base/Makefile')
-rw-r--r-- | net/netsaint-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netsaint-base/Makefile b/net/netsaint-base/Makefile index 790b5b2e7ce..a6a535824fc 100644 --- a/net/netsaint-base/Makefile +++ b/net/netsaint-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/29 11:34:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/01 10:39:40 wiz Exp $ # DISTNAME= netsaint-0.0.6 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.netsaint.org/ DEPENDS+= gd>1.8.1:../../graphics/gd +USE_PERL5= YES + .include "Makefile.common" post-configure: |