diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-11 15:13:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-11 15:13:06 +0800 |
commit | 4bd9ef748fe8a45968875f9187b1c4ad647e7ba6 (patch) | |
tree | b27394672f44ce0a6f3af9673d708243038fe612 /x11-toolkits | |
parent | 967b728001234b3f0e87890f623c3ee6859d2c74 (diff) | |
download | freebsd-ports-gnome-4bd9ef748fe8a45968875f9187b1c4ad647e7ba6.tar.gz freebsd-ports-gnome-4bd9ef748fe8a45968875f9187b1c4ad647e7ba6.tar.zst freebsd-ports-gnome-4bd9ef748fe8a45968875f9187b1c4ad647e7ba6.zip |
- Stage support
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk28-common/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-contrib-common/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-contrib/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-unicode-contrib/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-unicode/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile index 6b1d3aad4b84..ee7b399b17b4 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 708aef0890b3..6bb8366274e3 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 9fd5e952db75..d294a2898d4a 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 908b447ff3d2..05a055767a91 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 11c56a9d2875..404f05548b91 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 4dc29de679da..396bd4d8033b 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} |