diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
commit | 60d8d28f10ee39d258606553f4bfa85dc8ce80da (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /sysutils/xps/Makefile | |
parent | a8157e15e1626ff14867ace45b06c4329c91d72d (diff) | |
download | pkgsrc-60d8d28f10ee39d258606553f4bfa85dc8ce80da.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'sysutils/xps/Makefile')
-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 |