diff options
-rw-r--r-- | devel/hachoir-core/Makefile | 1 | ||||
-rw-r--r-- | devel/hachoir-parser/Makefile | 1 | ||||
-rw-r--r-- | devel/hachoir-regex/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hachoir-metadata/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hachoir-subfile/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hachoir-urwid/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hachoir-wx/Makefile | 1 |
7 files changed, 0 insertions, 7 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> diff --git a/sysutils/hachoir-metadata/Makefile b/sysutils/hachoir-metadata/Makefile index eac7a3b16e38..70c6a3018ecc 100644 --- a/sysutils/hachoir-metadata/Makefile +++ b/sysutils/hachoir-metadata/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.pre.mk> PYDISTUTILS_CONFIGUREARGS+= --disable-qt diff --git a/sysutils/hachoir-subfile/Makefile b/sysutils/hachoir-subfile/Makefile index 843ebe039977..8a8b658fdbe5 100644 --- a/sysutils/hachoir-subfile/Makefile +++ b/sysutils/hachoir-subfile/Makefile @@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hachoir-urwid/Makefile b/sysutils/hachoir-urwid/Makefile index c088bcbbe432..c2eb5720abe2 100644 --- a/sysutils/hachoir-urwid/Makefile +++ b/sysutils/hachoir-urwid/Makefile @@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index ce1658101ae4..aaceaefe879a 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -18,5 +18,4 @@ WX_COMPS= python WX_UNICODE= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> |