summaryrefslogtreecommitdiff
path: root/x11/pixman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r--x11/pixman/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index d2701a84388..d921a0ea0fb 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2008/02/18 05:36:51 bjs Exp $
+# $NetBSD: Makefile,v 1.7 2008/03/03 02:25:38 bjs Exp $
#
-DISTNAME= pixman-0.9.6
-PKGREVISION= 5
+DISTNAME= pixman-0.9.6pl0
+PKGNAME= ${DISTNAME:C/pl[0-9]*//}
+PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -19,4 +20,6 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
.include "../../mk/bsd.pkg.mk"