diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 19:37:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 19:37:35 +0800 |
commit | 0f895267c0709a8ea0322e58a28dfab6aaf95c57 (patch) | |
tree | a63dcb709333bffb99cbb30debc80ef6e6ffd3cc /graphics/ttygif | |
parent | 55f7359e80995c6eaa340227de24619740df4ee2 (diff) | |
download | freebsd-ports-gnome-0f895267c0709a8ea0322e58a28dfab6aaf95c57.tar.gz freebsd-ports-gnome-0f895267c0709a8ea0322e58a28dfab6aaf95c57.tar.zst freebsd-ports-gnome-0f895267c0709a8ea0322e58a28dfab6aaf95c57.zip |
- Remove USES=tar:bzip2 (bogus with USE_GITHUB)
Approved by: portmgr blanket
Diffstat (limited to 'graphics/ttygif')
-rw-r--r-- | graphics/ttygif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ttygif/Makefile b/graphics/ttygif/Makefile index 6ebb28868594..c37ee3629b30 100644 --- a/graphics/ttygif/Makefile +++ b/graphics/ttygif/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= convert:graphics/ImageMagick USE_GITHUB= yes GH_ACCOUNT= icholy -USES= tar:bzip2 gmake +USES= gmake PLIST_FILES= bin/${PORTNAME} |