diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mng/Makefile b/graphics/mng/Makefile index afd99454840..eed457591c7 100644 --- a/graphics/mng/Makefile +++ b/graphics/mng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/12/28 04:54:17 reed Exp $ +# $NetBSD: Makefile,v 1.27 2006/01/20 23:41:30 jlam Exp $ DISTNAME= lm1009 PKGNAME= mng-1.0.9 @@ -21,7 +21,7 @@ USE_LIBTOOL= yes USE_TOOLS+= automake # only needed as long as we use the zip distfile -EXTRACT_CMD_OPTS.zip?= -aqo +EXTRACT_OPTS_ZIP?= -aqo WRKSRC= ${WRKDIR}/libmng CONFIGURE_ARGS+= --with-jpeg=${BUILDLINK_PREFIX.jpeg} |