Sun Mar 6 13:23:21 2011 UTC ()
Fix typo in USE_TOOLS.


(ryoon)
diff -r1.10 -r1.11 pkgsrc/devel/libcompizconfig/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/devel/libcompizconfig/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libcompizconfig/Makefile 2011/01/25 05:24:28 1.10
+++ pkgsrc/devel/libcompizconfig/Makefile 2011/03/06 13:23:20 1.11
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.10 2011/01/25 05:24:28 obache Exp $ 1# $NetBSD: Makefile,v 1.11 2011/03/06 13:23:20 ryoon Exp $
2# 2#
3 3
4PKGVER= 0.8.4 4PKGVER= 0.8.4
5DISTNAME= libcompizconfig-${PKGVER} 5DISTNAME= libcompizconfig-${PKGVER}
6PKGREVISION= 4 6PKGREVISION= 4
7CATEGORIES= devel gnome 7CATEGORIES= devel gnome
8MASTER_SITES= http://releases.compiz.org/${PKGVER}/ 8MASTER_SITES= http://releases.compiz.org/${PKGVER}/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://compiz.org/ 11HOMEPAGE= http://compiz.org/
12COMMENT= Configuration backend for compiz 12COMMENT= Configuration backend for compiz
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= pkg-config perl intltool gmake xgettext megmerge msgfmt 19USE_TOOLS+= pkg-config perl intltool gmake xgettext msgmerge msgfmt
20USE_LANGUAGES+= c c++ 20USE_LANGUAGES+= c c++
21 21
22PKG_SYSCONFSUBDIR?= compizconfig 22PKG_SYSCONFSUBDIR?= compizconfig
23EGDIR= ${PREFIX}/share/examples/compizconfig 23EGDIR= ${PREFIX}/share/examples/compizconfig
24CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config 24CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
25 25
26PKGCONFIG_OVERRIDE= libcompizconfig.pc.in 26PKGCONFIG_OVERRIDE= libcompizconfig.pc.in
27 27
28INSTALLATION_DIRS= ${EGDIR} 28INSTALLATION_DIRS= ${EGDIR}
29 29
30.include "../../textproc/libxml2/buildlink3.mk" 30.include "../../textproc/libxml2/buildlink3.mk"
31.include "../../wm/compiz/buildlink3.mk" 31.include "../../wm/compiz/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"