Skip to content

Commit

Permalink
Disable go modules for FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPowered42 committed Mar 17, 2021
1 parent 79c8825 commit 1b35dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PLIST_SUB= GRAFSY_USER=${GRAFSY_USER} \

GOPATH= ${WRKDIR}/gopath
GOSRC= github.com/${GH_ACCOUNT}/${PORTNAME}
GOCMD= ${SETENV} ${BUILD_ENV} GOCACHE=/tmp GOPATH=${GOPATH}
GOCMD= ${SETENV} ${BUILD_ENV} GOCACHE=/tmp GOPATH=${GOPATH} GO111MODULE=off
GOFLAGS= -ldflags "-X 'main.version=${PORTVERSION}-${PORTREVISION}' -X 'github.com/leoleovich/grafsy.ConfigPath=${GRAFSY_ETCDIR}/grafsy.toml'"

post-extract:
Expand Down

0 comments on commit 1b35dc8

Please sign in to comment.