summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pkg/rpm/Makefile.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/rpm/Makefile.go b/pkg/rpm/Makefile.go
index aacbe2b9..335b207a 100644
--- a/pkg/rpm/Makefile.go
+++ b/pkg/rpm/Makefile.go
@@ -13,11 +13,7 @@ MODULE_INSTARGS_go= go-install-src
MODULE_SOURCES_go= unit.example-go-app \
unit.example-go-config
-ifeq ($(OSVER), centos6)
-BUILD_DEPENDS_go= epel-release golang
-else
BUILD_DEPENDS_go= golang
-endif
BUILD_DEPENDS+= $(BUILD_DEPENDS_go)