diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/layouteditor | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) | |
download | freebsd-ports-gnome-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.tar.gz freebsd-ports-gnome-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.tar.zst freebsd-ports-gnome-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/layouteditor')
-rw-r--r-- | cad/layouteditor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 756e94ad61b4..24d0d589cb74 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -20,6 +20,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${QMAKE} -makefile -spec ${QMAKESPEC} |