diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
commit | bb3a9554989d91ee874bae222350289ea4d889d0 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /sysutils/xps | |
parent | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff) | |
download | pkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index 776426cd889..55f32ab05ba 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/13 01:42:43 sakamoto Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/28 09:14:51 jlam Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -7,12 +7,12 @@ MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:${PKGSRCDIR}/lang/perl5 +BUILD_DEPENDS= ${PERL5}:../..//lang/perl5 -USE_GMAKE= YES -USE_X11BASE= YES -USE_MOTIF= YES +USE_GMAKE= # defined +USE_X11BASE= # defined +USE_MOTIF= # defined -GNU_CONFIGURE= YES +GNU_CONFIGURE= # defined .include "../../mk/bsd.pkg.mk" |