diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 7e5a7bfffde29dcf41eea49049ddff803dd7e98e (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/wxgtk28-common | |
parent | cd43591b230b0fad20244491573df03bd9b65a79 (diff) | |
download | freebsd-ports-7e5a7bfffde29dcf41eea49049ddff803dd7e98e.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
Diffstat (limited to 'x11-toolkits/wxgtk28-common')
-rw-r--r-- | x11-toolkits/wxgtk28-common/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile index 18a10bee4a84..6b1d3aad4b84 100644 --- a/x11-toolkits/wxgtk28-common/Makefile +++ b/x11-toolkits/wxgtk28-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (common files) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit (common files) WXGTK_FLAVOR= gtk2-common MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |