aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2013-11-20 01:07:02 +0800
committerlwhsu <lwhsu@FreeBSD.org>2013-11-20 01:07:02 +0800
commit38bf6d20c5b99e8727451239d1a90920706d6f7c (patch)
tree780dd310c4861d49147fd8a95043db4c478bd458 /devel
parent8e671cb28f22f5a23c40f00e04e7bc2eebff2010 (diff)
downloadfreebsd-ports-gnome-38bf6d20c5b99e8727451239d1a90920706d6f7c.tar.gz
freebsd-ports-gnome-38bf6d20c5b99e8727451239d1a90920706d6f7c.tar.zst
freebsd-ports-gnome-38bf6d20c5b99e8727451239d1a90920706d6f7c.zip
- Support STAGEDIR
Diffstat (limited to 'devel')
-rw-r--r--devel/hachoir-core/Makefile1
-rw-r--r--devel/hachoir-parser/Makefile1
-rw-r--r--devel/hachoir-regex/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/devel/hachoir-core/Makefile b/devel/hachoir-core/Makefile
index 38bf30fa3d15..2868576b3af7 100644
--- a/devel/hachoir-core/Makefile
+++ b/devel/hachoir-core/Makefile
@@ -12,5 +12,4 @@ COMMENT= Hachoir core parser
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/hachoir-parser/Makefile b/devel/hachoir-parser/Makefile
index 79b06710c95a..36c584c0cf82 100644
--- a/devel/hachoir-parser/Makefile
+++ b/devel/hachoir-parser/Makefile
@@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hac
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
.include <bsd.port.mk>
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>