From d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 30 Apr 2001 04:16:08 +0000 Subject: Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change dependency from libperl-5.* to libperl>=${PERL5_REQD}. --- sysutils/xps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index d8f075d5808..1c926375029 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:20:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/30 04:16:11 jlam Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ COMMENT= displays the Unix process list as a hierarchical tree -BUILD_DEPENDS= perl-5.*:../../lang/perl5 +BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 USE_GMAKE= # defined USE_X11BASE= # defined -- cgit v1.2.3