diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-06-09 21:39:22 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-06-09 21:39:22 +0000 |
commit | cfb2c80810f50d92c632cb04685b8c913894f556 (patch) | |
tree | 1767a59a09bbf74ec506d92f4270193df7f8a13a /accessibility | |
parent | 6e9fd9a87fee5bc0e5e4192a2de615598016c641 (diff) | |
download | ports-cfb2c80810f50d92c632cb04685b8c913894f556.tar.gz ports-cfb2c80810f50d92c632cb04685b8c913894f556.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/redshift/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 65b0d088879e..7b35b3a5650f 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -3,16 +3,20 @@ PORTNAME= redshift PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= accessibility MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen -USES= gmake pkgconfig tar:bzip2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes +SHEBANG_FILES= src/gtk-redshift/gtk-redshift CONFIGURE_ARGS+= --disable-wingdi |