Build depends on perl should build from ../../lang/perl5-base if the
executable doesn't exist, as that's the minimum package requirement for the executable.
This commit is contained in:
parent
09fb6a332e
commit
de1987a10a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2000/12/27 11:52:50 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2000/12/27 17:05:36 jlam Exp $
|
||||
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ \
|
|||
MAINTAINER= tv@netbsd.org
|
||||
HOMEPAGE= http://www.w3.org/Library/
|
||||
|
||||
BUILD_DEPENDS+= perl:../../lang/perl5
|
||||
BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
Loading…
Reference in a new issue