diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-28 04:47:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-28 04:47:30 +0800 |
commit | 64f942ec34ec384b040eb8c1263f8d29e93ac8a0 (patch) | |
tree | 271ad933d4a8cb87b705238cd2914f94b448d0ca /x11 | |
parent | d729aa306c23df35484452362c65c2b7a5948a23 (diff) | |
download | freebsd-ports-gnome-64f942ec34ec384b040eb8c1263f8d29e93ac8a0.tar.gz freebsd-ports-gnome-64f942ec34ec384b040eb8c1263f8d29e93ac8a0.tar.zst freebsd-ports-gnome-64f942ec34ec384b040eb8c1263f8d29e93ac8a0.zip |
Stage support
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bmpanel2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile index 462773f4f93e..efd3e6c9aca5 100644 --- a/x11/bmpanel2/Makefile +++ b/x11/bmpanel2/Makefile @@ -20,7 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # XXX should not be needed OPTIONS_DEFINE= TEMPERATURE TEMPERATURE_DESC= Build with temperature widget (for CPU, etc.) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTEMPERATURE} |