summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-08 20:12:45 +0000
committertron <tron@pkgsrc.org>2001-07-08 20:12:45 +0000
commitde43ad4426ae6b5d1fe9761a4fc9833e2f102e89 (patch)
tree21ff629f1ad91c60bccdc5f65122e4efdc808eb3 /graphics/xv
parent5271917ce5ac17810d11f873c40f3d4238449d2a (diff)
downloadpkgsrc-de43ad4426ae6b5d1fe9761a4fc9833e2f102e89.tar.gz
Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only used
under Solaris).
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile8
1 files changed, 3 insertions, 5 deletions
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: