diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-26 15:56:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-26 15:56:17 +0000 |
commit | 7d99bffbf020c347a1390f17ea454cb3860c37f7 (patch) | |
tree | e55ee41d1dd7e60640370f24961e0a5946dc8eb3 /x11/gnustep-app | |
parent | 020fb6c23f10264b908ac6be40ba9e21d8cb2c09 (diff) |
Stagify (this is a meta ports hence no mtree)
Notes
Notes:
svn path=/head/; revision=359382
Diffstat (limited to 'x11/gnustep-app')
-rw-r--r-- | x11/gnustep-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 78c8a9b0cd07..cc1890f3d2a7 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -14,6 +14,7 @@ COMMENT= Metaport for GNUstep applications NO_BUILD= yes NO_INSTALL= yes +NO_MTREE= yes USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes @@ -109,5 +110,4 @@ USE_GNUSTEP_LOCAL_TOOLS+= \ USE_GNUSTEP_LOCAL_SERVICES+= \ LaTeX:textproc/latex-service \ -NO_STAGE= yes .include <bsd.port.mk> |