diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-16 16:56:22 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-16 16:56:22 +0000 |
commit | eef5114c0b039826c0147cabdc9b4fab21e07f57 (patch) | |
tree | 7b61780080f87a008eba9ed70b862d268fe472cb /x11/xorg-libs/Makefile | |
parent | 986bc1fe5b3bd4c32c0c8c1da10018450f8f41c3 (diff) | |
download | pkgsrc-eef5114c0b039826c0147cabdc9b4fab21e07f57.tar.gz |
add render.pc as Xrender (and probably others) seek for render with pkgconfig
bump PKGREVISION
Diffstat (limited to 'x11/xorg-libs/Makefile')
-rw-r--r-- | x11/xorg-libs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile index 2e6b64754f1..f64967b9287 100644 --- a/x11/xorg-libs/Makefile +++ b/x11/xorg-libs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2005/09/18 19:33:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.24 2005/10/16 16:56:22 tonio Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-libs-${XORG_VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \ @@ -59,7 +59,7 @@ pre-install: .if !exists(${X11ROOT}/lib/pkgconfig) ${INSTALL_DATA_DIR} ${X11BASE}/lib/pkgconfig .endif -.for f in fixesext.pc compositeext.pc +.for f in render.pc fixesext.pc compositeext.pc @${SED} -e "s,@X11BASE@,${X11BASE},g" \ -e "s,@LOCALBASE@,${LOCALBASE},g" \ ${FILESDIR}/${f} > ${WRKSRC}/${f} |