diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-19 17:04:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-19 17:04:31 +0000 |
commit | 21b10ee694e42e6718f898a11c7bfc4921958797 (patch) | |
tree | e8a5b07c2211ac5c13fafed150af46f5715f5bb4 /graphics/xart/Makefile | |
parent | b3c1423e9ceb6ed5858743c0b4539798d7b4918a (diff) | |
download | pkgsrc-21b10ee694e42e6718f898a11c7bfc4921958797.tar.gz |
Fix build after png-1.2.9nb2 update. Bump PKGREVISION.
Diffstat (limited to 'graphics/xart/Makefile')
-rw-r--r-- | graphics/xart/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 395cdb3618c..9a502633171 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2006/04/19 17:04:31 wiz Exp $ # -DISTNAME= xart19980415 +DISTNAME= xart19980415 PKGNAME= xart-19980415 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= graphics x11 MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/ EXTRACT_SUFX= .tgz @@ -13,7 +13,7 @@ HOMEPAGE= http://linux01.gwdg.de/~rhohen/linux.html COMMENT= Paint program (enhanced xpaint) WRKSRC= ${WRKDIR}/19980415 -USE_IMAKE= YES +USE_IMAKE= YES post-extract: ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; |