Index: Makefile
===================================================================
--- Makefile	(révision 552017)
+++ Makefile	(copie de travail)
@@ -3,7 +3,7 @@
 
 PORTNAME=	compiz-plugins-main
 PORTVERSION=	0.8.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/
 
@@ -20,19 +20,22 @@
 		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USES=		gl gmake gnome jpeg libtool:keepla pathfix pkgconfig tar:bzip2 \
-		xorg
+USES=		gettext-runtime gettext-tools gl gmake gnome jpeg \
+		libtool:keepla localbase pathfix pkgconfig tar:bzip2 xorg
 USE_CSTD=	gnu89
-USE_GL=		yes
+USE_GL=		glu
 USE_GNOME=	gconf2 intltool libxslt
-USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
+USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama \
+		xorgproto xrandr xrender
 USE_LDCONFIG=	yes
 
 # Fix build with clang11
 CFLAGS+=	-fcommon
 
+CONFIGURE_ARGS=	--enable-schemas
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
 GCONF_SCHEMAS=	compiz-animation.schemas \
 		compiz-colorfilter.schemas \
 		compiz-expo.schemas \
@@ -59,14 +62,4 @@
 		compiz-vpswitch.schemas \
 		compiz-shift.schemas
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--enable-schemas
-
-OPTIONS_DEFINE=		NLS
-OPTIONS_DEFAULT=	NLS
-
-NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=		gettext-runtime gettext-tools
-
 .include <bsd.port.mk>