From de43ad4426ae6b5d1fe9761a4fc9833e2f102e89 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 8 Jul 2001 20:12:45 +0000 Subject: Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only used under Solaris). --- graphics/xv/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'graphics/xv') diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index a49cc8d2c24..ebfcb15c8ca 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/05/22 09:32:23 wiz Exp $ -# FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp -# +# $NetBSD: Makefile,v 1.37 2001/07/08 20:12:45 tron Exp $ DISTNAME= xv-3.10a PKGNAME= ${DISTNAME}nb1 @@ -21,7 +19,7 @@ COMMENT= X11 program that displays images of various formats DEPENDS+= png>=1.0.11:../png DEPENDS+= tiff-*:../../graphics/tiff -USE_IMAKE= yes +USE_IMAKE= YES LICENSE= shareware @@ -37,7 +35,7 @@ post-patch: .if ${OPSYS} == "SunOS" pre-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} xvinfo.o CC=cc + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} xvinfo.o CC=cc .endif post-install: -- cgit v1.2.3