diff options
author | abs <abs@pkgsrc.org> | 2006-07-11 12:51:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-07-11 12:51:34 +0000 |
commit | 0780228787e6152963af53aceb6e35ff4efc9ba1 (patch) | |
tree | 9af3231e6a2b6f58a326e0dca84a2d6651a931ad /x11 | |
parent | 82ac0362042bcc3cf0ca519a46011b824524d817 (diff) | |
download | pkgsrc-0780228787e6152963af53aceb6e35ff4efc9ba1.tar.gz |
Update to fixesproto-3.0.2nb1:
Fix "ERROR: iconv is not installed; can't buildlink files." by
adding libiconv/buildlink3.mk
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fixesproto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 13892b74a69..53fa68dceb8 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -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 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in USE_LANGUAGES= # empty +.include "../../converters/libiconv/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" |