diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-11-01 23:49:56 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-11-01 23:49:56 +0000 |
commit | f231f045727a3e52f179497a7ca3673e48993659 (patch) | |
tree | 41446c5fce16b3df26a3721bb21ae700e65dd068 /lang/php53-extensions | |
parent | c23a257c5eabf74a88a39e76b5c25dff00127baf (diff) |
Notes
Diffstat (limited to 'lang/php53-extensions')
-rw-r--r-- | lang/php53-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53-extensions/Makefile b/lang/php53-extensions/Makefile index 5555bbee321e..f9b6e0a5408c 100644 --- a/lang/php53-extensions/Makefile +++ b/lang/php53-extensions/Makefile @@ -16,6 +16,7 @@ IGNORE_WITH_PHP=5 52 USE_PHP_BUILD= yes NO_BUILD= yes +NO_MTREE= yes LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} @@ -111,7 +112,6 @@ XSL_DESC= XSL support (Implies DOM) ZIP_DESC= ZIP support ZLIB_DESC= ZLIB support -NO_STAGE= yes .include <bsd.port.options.mk> .for opt in ${OPTIONS_DEFINE} |