diff options
author | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
commit | df3f09aa1be59c52f911823d2919868690c1ce59 (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /sysutils | |
parent | 094ed7af39374c11117e98dd9b9c3c015622fd12 (diff) | |
download | pkgsrc-df3f09aa1be59c52f911823d2919868690c1ce59.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index eaa5d9b2d1b..505ebd3cd7f 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/03 13:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/05 09:33:16 jlam Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ -BUILD_DEPENDS= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base USE_GMAKE= # defined USE_X11BASE= # defined |