pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fixesproto Update to fixesproto-3.0.2nb1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0652b30a757d
branches:  trunk
changeset: 515944:0652b30a757d
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 11 12:51:34 2006 +0000

description:
Update to fixesproto-3.0.2nb1:
Fix "ERROR: iconv is not installed; can't buildlink files." by
adding libiconv/buildlink3.mk

diffstat:

 x11/fixesproto/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e6c733c85435 -r 0652b30a757d x11/fixesproto/Makefile
--- a/x11/fixesproto/Makefile   Tue Jul 11 12:35:45 2006 +0000
+++ b/x11/fixesproto/Makefile   Tue Jul 11 12:51:34 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:13:35 reed Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/11 12:51:34 abs Exp $
 #
 
 DISTNAME=              fixesproto-3.0.2
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/proto/
 EXTRACT_SUFX=          .tar.bz2
@@ -17,6 +18,7 @@
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/fixesproto.pc.in
 USE_LANGUAGES=         # empty
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index