diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 421a444f6cc..4b7c3a7541f 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:43:11 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/12/22 03:06:52 fredb Exp $ DISTNAME= xli-1.16 PKGREVISION= 4 @@ -18,6 +18,7 @@ USE_BUILDLINK2= YES USE_IMAKE= YES pre-patch: + ${RM} ${WRKSRC}/png.c,v @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch .include "../../graphics/png/buildlink2.mk" |