diff options
author | shattered <shattered@pkgsrc.org> | 2011-07-14 09:52:59 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-07-14 09:52:59 +0000 |
commit | e7632d5276421de2d8a6e800a00364531f923ed6 (patch) | |
tree | a3b51f6d7c64a40b38e910bc5e037266f1817686 /graphics/xpaint/Makefile | |
parent | 9c0057122f91e427f7aa4ef748ab6d0951d377f9 (diff) | |
download | pkgsrc-e7632d5276421de2d8a6e800a00364531f923ed6.tar.gz |
PR/38129 -- font selection menu is populated in graphics.c, so patch it too
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index dbb8c0e25c0..368a142cdcf 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2011/01/13 13:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2011/07/14 09:52:59 shattered Exp $ DISTNAME= xpaint-2.7.8.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/} EXTRACT_SUFX= .tar.bz2 |