aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/wxgtk28-common/Makefile1
-rw-r--r--x11-toolkits/wxgtk28-contrib-common/Makefile1
-rw-r--r--x11-toolkits/wxgtk28-contrib/Makefile1
-rw-r--r--x11-toolkits/wxgtk28-unicode-contrib/Makefile1
-rw-r--r--x11-toolkits/wxgtk28-unicode/Makefile1
-rw-r--r--x11-toolkits/wxgtk28/Makefile1
6 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile
index 6b1d3aad4b8..ee7b399b17b 100644
--- a/x11-toolkits/wxgtk28-common/Makefile
+++ b/x11-toolkits/wxgtk28-common/Makefile
@@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit (common files)
WXGTK_FLAVOR= gtk2-common
MASTERDIR= ${.CURDIR}/../wxgtk28
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-contrib-common/Makefile b/x11-toolkits/wxgtk28-contrib-common/Makefile
index 708aef0890b..6bb8366274e 100644
--- a/x11-toolkits/wxgtk28-contrib-common/Makefile
+++ b/x11-toolkits/wxgtk28-contrib-common/Makefile
@@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries (common files)
WXGTK_FLAVOR= gtk2-contrib-common
MASTERDIR= ${.CURDIR}/../wxgtk28
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile
index 9fd5e952db7..d294a2898d4 100644
--- a/x11-toolkits/wxgtk28-contrib/Makefile
+++ b/x11-toolkits/wxgtk28-contrib/Makefile
@@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries
WXGTK_FLAVOR= gtk2-contrib
MASTERDIR= ${.CURDIR}/../wxgtk28
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-unicode-contrib/Makefile b/x11-toolkits/wxgtk28-unicode-contrib/Makefile
index 908b447ff3d..05a055767a9 100644
--- a/x11-toolkits/wxgtk28-unicode-contrib/Makefile
+++ b/x11-toolkits/wxgtk28-unicode-contrib/Makefile
@@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
WXGTK_FLAVOR= gtk2-unicode-contrib
MASTERDIR= ${.CURDIR}/../wxgtk28
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-unicode/Makefile b/x11-toolkits/wxgtk28-unicode/Makefile
index 11c56a9d287..404f05548b9 100644
--- a/x11-toolkits/wxgtk28-unicode/Makefile
+++ b/x11-toolkits/wxgtk28-unicode/Makefile
@@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit (Unicode)
WXGTK_FLAVOR= gtk2-unicode
MASTERDIR= ${.CURDIR}/../wxgtk28
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index 4dc29de679d..396bd4d8033 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -47,7 +47,6 @@ OPTIONS_DEFINE= GSTREAMER MSPACK
OPTIONS_DEFAULT= GSTREAMER MSPACK
MSPACK_DESC= MS archives support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGSTREAMER}