diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:32:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:32:26 +0000 |
commit | cbfd447a3bde65f03ffcd2132a6111f2e3c04cc3 (patch) | |
tree | 539ff571fcfaa369052c73fabae7dff624c96d28 /sysutils/xps | |
parent | f5f74d951275430d326a70ae4f9c292ec135353c (diff) | |
download | pkgsrc-cbfd447a3bde65f03ffcd2132a6111f2e3c04cc3.tar.gz |
remove duplicate / in DEPENDS path
Diffstat (limited to 'sysutils/xps')
-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 55f32ab05ba..eaa5d9b2d1b 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/28 09:14:51 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/03 13:32:26 wiz 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 USE_GMAKE= # defined USE_X11BASE= # defined |