diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-19 02:08:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-19 02:08:24 +0800 |
commit | 73f4ec7cdbed6b4153a499a0c0742416ea6c54a5 (patch) | |
tree | d363f51609276556877208aa240c73571906cf2e /graphics | |
parent | b2167ec63dbb02ed629826541627996575def394 (diff) | |
download | freebsd-ports-gnome-73f4ec7cdbed6b4153a499a0c0742416ea6c54a5.tar.gz freebsd-ports-gnome-73f4ec7cdbed6b4153a499a0c0742416ea6c54a5.tar.zst freebsd-ports-gnome-73f4ec7cdbed6b4153a499a0c0742416ea6c54a5.zip |
graphics/graphite2: rely on default EXTRACT_SUFX after r411337
Mainly to fix 2016Q1 as USES=tar is nop with USE_GITHUB after r410613.
=> silnrsi-graphite-1.3.7_GH0.tgz is not in graphics/graphite2/distinfo.
=> Either graphics/graphite2/distinfo is out of date, or
=> silnrsi-graphite-1.3.7_GH0.tgz is spelled incorrectly.
or
===> Extracting for graphite2-1.3.7
=> No SHA256 checksum recorded for silnrsi-graphite-1.3.7_GH0.tgz.
=> No suitable checksum found for silnrsi-graphite-1.3.7_GH0.tgz.
Reported by: mav
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphite2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index dd79e7f6750a..4282d629f108 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= silnrsi GH_PROJECT= graphite -USES= cmake tar:tgz +USES= cmake USE_LDCONFIG= yes post-patch: |