diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-23 17:49:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-23 17:49:12 +0000 |
commit | 6c9a685eb206887f84652ea45cde4553baf2c3c6 (patch) | |
tree | 3499b88246a459cd7a5ff53127434cafc9586971 /x11-wm/compiz-plugins-unsupported | |
parent | eff6b6a07acd96b3431d0aecacf1fa9d5559a6e5 (diff) |
Notes
Diffstat (limited to 'x11-wm/compiz-plugins-unsupported')
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index a11c5d4275fc..cc25b4f024b1 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz-fusion-plugins-unsupported PORTVERSION= 0.5.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ @@ -29,9 +29,15 @@ USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +GCONF_SCHEMAS= compiz-fakeargb.schemas \ + compiz-mswitch.schemas \ + compiz-snow.schemas \ + compiz-tile.schemas + CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS= --enable-schemas .include <bsd.port.pre.mk> .include <bsd.port.post.mk> |