diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 00:46:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 00:46:47 +0000 |
commit | c0d7b638eddee8e8ba4931e24ec0c744ef762713 (patch) | |
tree | ab8572cce956bf4828df231602fff4054d90c96b /accessibility | |
parent | The sigrok project aims at creating a portable, cross-platform, (diff) |
Part 1 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338511
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/redshift/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 80baf7549eb9..6bf307064c9f 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen -FETCH_ARGS= "-pRr" USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes |