diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-13 19:21:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-13 19:21:42 +0000 |
commit | 315032b9d41fa442455804b548157f7533de4269 (patch) | |
tree | 071ab10a1fc0c014bb21d4d9cfcb5886c14c7467 /graphics/pixmap/Makefile | |
parent | 89f4c172cdda659d80c43127047c354b16d36171 (diff) | |
download | pkgsrc-315032b9d41fa442455804b548157f7533de4269.tar.gz |
Apply the four available (official) patches for this package, noted in
PR 11724 by Per Amund Amundsen <pa@bsd-amundsen.ux.his.no>.
While here, note that this pkg wants rman to build -> BUILD_DEPENDS.
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r-- | graphics/pixmap/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index f840071a776..6e77aff0346 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -1,14 +1,21 @@ -# $NetBSD: Makefile,v 1.10 2000/08/23 23:14:27 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/13 19:21:42 hubertf Exp $ # FreeBSD: Makefile,v 1.8 1996/11/18 09:53:36 asami Exp # DISTNAME= pixmap2.6 -PKGNAME= pixmap-2.6 +PKGNAME= pixmap-2.6pl4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/pixmap/} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= pixmap_2.6.patch1.gz \ + pixmap_2.6.patch2.gz \ + pixmap_2.6.patch3.gz \ + pixmap_2.6.patch4.gz MAINTAINER= packages@netbsd.org +BUILD_DEPENDS+= rman:../../textproc/rman + USE_IMAKE= YES USE_XPM= YES |