diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 15:16:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 15:16:53 +0000 |
commit | c6457ffef432e7f18fbdf8194ed4d1993763454a (patch) | |
tree | 385230180bcda4fc6cd7a1a7465d2944e039c131 /devel/go-termbox/Makefile | |
parent | c49905e15c8e9d735e2ddc919d4d373d4b530ea7 (diff) | |
download | ports-c6457ffef432e7f18fbdf8194ed4d1993763454a.tar.gz ports-c6457ffef432e7f18fbdf8194ed4d1993763454a.zip |
Notes
Diffstat (limited to 'devel/go-termbox/Makefile')
-rw-r--r-- | devel/go-termbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/go-termbox/Makefile b/devel/go-termbox/Makefile index eee2c78dcdad..5e2bd3847d0a 100644 --- a/devel/go-termbox/Makefile +++ b/devel/go-termbox/Makefile @@ -4,7 +4,6 @@ PORTNAME= termbox PORTVERSION= 0.0.0.20140715 CATEGORIES= devel -MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= knu@FreeBSD.org @@ -17,8 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:${PORTS USE_GITHUB= yes GH_ACCOUNT= nsf GH_PROJECT= ${PORTNAME}-go -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= e9227d6 +GH_TAGNAME= e9227d6 GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} |