diff options
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" |