diff options
author | tron <tron> | 2001-07-08 20:12:45 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-08 20:12:45 +0000 |
commit | 7645a1d12b6e500ed7aeedb0ac6c321dc5194af0 (patch) | |
tree | 21ff629f1ad91c60bccdc5f65122e4efdc808eb3 /graphics | |
parent | 8d510502d0497677da4a5782175bc34d064d2980 (diff) | |
download | pkgsrc-7645a1d12b6e500ed7aeedb0ac6c321dc5194af0.tar.gz |
Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only used
under Solaris).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 8 |
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: |