diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-03-10 08:39:21 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-03-10 08:39:21 +0000 |
commit | 379dea81f50828031294b5d853cebcc98874443b (patch) | |
tree | a45b4b9070958479f86aecc352d304d9813e88e0 /devel/buildbot | |
parent | 4f968ccaf7c2ee79ab8c8850986286bbe55edb0d (diff) | |
download | ports-379dea81f50828031294b5d853cebcc98874443b.tar.gz ports-379dea81f50828031294b5d853cebcc98874443b.zip |
Notes
Diffstat (limited to 'devel/buildbot')
-rw-r--r-- | devel/buildbot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile index fa51956d87c6..94f13eedc44f 100644 --- a/devel/buildbot/Makefile +++ b/devel/buildbot/Makefile @@ -30,7 +30,6 @@ USE_TWISTED_RUN= conch mail web words MAKE_ENV+= NO_INSTALL_REQS=1 OPTIONS_DEFINE= TESTS -OPTIONS_DEFAULT= TESTS TESTS_DESC= Install py-mock for unit tests # Ports infrastructure bug OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -39,7 +38,6 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .if ${PORT_OPTIONS:MTESTS} BUILD_DEPENDS:= ${TEST_DEPENDS} -post-build: regression-test .endif post-patch: |