Thu Dec 28 22:35:20 2023 UTC (146d)
fetch from backup


(zafer)
diff -r1.154 -r1.155 pkgsrc/wm/compiz/Makefile

cvs diff -r1.154 -r1.155 pkgsrc/wm/compiz/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/compiz/Makefile 2023/11/28 15:49:17 1.154
+++ pkgsrc/wm/compiz/Makefile 2023/12/28 22:35:20 1.155
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.154 2023/11/28 15:49:17 jperkin Exp $ 1# $NetBSD: Makefile,v 1.155 2023/12/28 22:35:20 zafer Exp $
2# 2#
3 3
4PKGVER= 0.8.8 4PKGVER= 0.8.8
5DISTNAME= compiz-${PKGVER} 5DISTNAME= compiz-${PKGVER}
6PKGREVISION= 83 6PKGREVISION= 83
7CATEGORIES= wm x11 7CATEGORIES= wm x11
8MASTER_SITES= http://releases.compiz.org/${PKGVER}/ 8MASTER_SITES= #
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://compiz.org/ 11HOMEPAGE= http://compiz.org/
12COMMENT= Compositing window manager 12COMMENT= Compositing window manager
13LICENSE= mit 13LICENSE= mit
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= gmake intltool msgfmt msgmerge pkg-config xgettext 16USE_TOOLS+= gmake intltool msgfmt msgmerge pkg-config xgettext
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20CONFIGURE_ARGS+= --disable-gnome --disable-gnome-keybindings 20CONFIGURE_ARGS+= --disable-gnome --disable-gnome-keybindings
21 21