diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/xfce4-xkb-plugin | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.gz freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.zst freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-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> |