diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-10 22:59:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-10 22:59:05 +0000 |
commit | 58310b9c976bee6c47f01e83132f6f0718ba31ca (patch) | |
tree | d3938c36aa7ed4ba6bdab6cc16bed538400f1ec9 /audio/wxguitar | |
parent | 94ceabfe5a951317bc146ce0b8c5ed91269f2d6a (diff) | |
download | ports-58310b9c976bee6c47f01e83132f6f0718ba31ca.tar.gz ports-58310b9c976bee6c47f01e83132f6f0718ba31ca.zip |
- This port is not unfetchable
Notes
Notes:
svn path=/head/; revision=423729
Diffstat (limited to 'audio/wxguitar')
-rw-r--r-- | audio/wxguitar/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/wxguitar/Makefile b/audio/wxguitar/Makefile index 4245443136af..99aa684148c7 100644 --- a/audio/wxguitar/Makefile +++ b/audio/wxguitar/Makefile @@ -5,14 +5,11 @@ PORTNAME= wxguitar PORTVERSION= 1.01 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple guitar tuning assistant -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= wavplay:audio/wavplay USES= compiler:c++11-lib |