diff options
author | abs <abs> | 2006-07-11 12:51:34 +0000 |
---|---|---|
committer | abs <abs> | 2006-07-11 12:51:34 +0000 |
commit | 55f3a19500312a54f74e8a6e9b7206b1f563e898 (patch) | |
tree | 9af3231e6a2b6f58a326e0dca84a2d6651a931ad | |
parent | de1a18e3f774c25c3ff07ae56eb1b4976d910e89 (diff) | |
download | pkgsrc-55f3a19500312a54f74e8a6e9b7206b1f563e898.tar.gz |
Update to fixesproto-3.0.2nb1:
Fix "ERROR: iconv is not installed; can't buildlink files." by
adding libiconv/buildlink3.mk
-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" |