Index: Makefile =================================================================== --- Makefile (révision 492858) +++ 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= http://releases.compiz.org/${PORTVERSION}/ @@ -20,15 +20,19 @@ ${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop RUN_DEPENDS:= ${BUILD_DEPENDS} -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= gmake jpeg libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gettext-runtime gettext-tools gl gmake gnome jpeg libtool:keepla pathfix pkgconfig tar:bzip2 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_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-schemas +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + GCONF_SCHEMAS= compiz-animation.schemas \ compiz-colorfilter.schemas \ compiz-expo.schemas \ @@ -55,14 +59,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