diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/xfce4-xkb-plugin/Makefile | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Notes
Notes:
svn path=/head/; revision=327718
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/Makefile')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 656294b20c8c..b616b69dfcff 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -19,4 +19,5 @@ USE_GNOME= gtk20 intltool intlhack librsvg2 libwnck USE_XFCE= configenv libmenu libutil panel USE_XORG= x11 +NO_STAGE= yes .include <bsd.port.mk> |