aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-09-28 15:12:35 +0800
committereadler <eadler@FreeBSD.org>2013-09-28 15:12:35 +0800
commitecbdc08fc4909a45eaaa1474bf49c2c9e5ec508b (patch)
tree08b6b8d9ddca1c420d4e16b362496f726b515851
parent4912b85faa9b134d0740c610e53bf3bc6b090a86 (diff)
downloadfreebsd-ports-gnome-ecbdc08fc4909a45eaaa1474bf49c2c9e5ec508b.tar.gz
freebsd-ports-gnome-ecbdc08fc4909a45eaaa1474bf49c2c9e5ec508b.tar.zst
freebsd-ports-gnome-ecbdc08fc4909a45eaaa1474bf49c2c9e5ec508b.zip
Remove NO_STAGE from port. It isn't clear to me how this port passed poudriere before.
-rw-r--r--games/gtklife/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/gtklife/Makefile b/games/gtklife/Makefile
index f436802706d3..17f409979159 100644
--- a/games/gtklife/Makefile
+++ b/games/gtklife/Makefile
@@ -35,7 +35,6 @@ DESKTOP_ENTRIES="GtkLife" \
OPTIONS_DEFINE= GTK2
GTK2_DESC= GTK2 gui toolkit support (beta)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}