diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-19 17:07:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-19 17:07:02 +0000 |
commit | e5916c1832663704fe3717ef9ebf0ea265a64c17 (patch) | |
tree | 780dd310c4861d49147fd8a95043db4c478bd458 /devel/hachoir-regex | |
parent | 7bd535968e061981bbe85fb866ff330a304646a6 (diff) |
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=334329
Diffstat (limited to 'devel/hachoir-regex')
-rw-r--r-- | devel/hachoir-regex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/hachoir-regex/Makefile b/devel/hachoir-regex/Makefile index b5f09cb07fbf..e4a6b162ffdf 100644 --- a/devel/hachoir-regex/Makefile +++ b/devel/hachoir-regex/Makefile @@ -12,5 +12,4 @@ COMMENT= Regular expression manipulation library USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> |