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-extra | |
parent | eff6b6a07acd96b3431d0aecacf1fa9d5559a6e5 (diff) |
Enable schemas.
Notes
Notes:
svn path=/head/; revision=198210
Diffstat (limited to 'x11-wm/compiz-plugins-extra')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index 80b5d7f41f4a..671d72d4fee8 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz-fusion-plugins-extra PORTVERSION= 0.5.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ @@ -31,9 +31,29 @@ USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +GCONF_SCHEMAS= compiz-addhelper.schemas \ + compiz-bench.schemas \ + compiz-crashhandler.schemas \ + compiz-cubecaps.schemas \ + compiz-cubereflex.schemas \ + compiz-extrawm.schemas \ + compiz-fadedesktop.schemas \ + compiz-firepaint.schemas \ + compiz-gears.schemas \ + compiz-gotovp.schemas \ + compiz-group.schemas \ + compiz-mblur.schemas \ + compiz-reflex.schemas \ + compiz-scalefilter.schemas \ + compiz-showdesktop.schemas \ + compiz-splash.schemas \ + compiz-trailfocus.schemas \ + compiz-widget.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 post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ |