diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
commit | 035f1751418b785c5c257f3d3a82f58b55c8c272 (patch) | |
tree | b17dfd7552bd1d63bed44f1bcae8ef9f527067a1 /accessibility/redshift/Makefile | |
parent | b25672e7a69664ebbf70acc448db0641af088456 (diff) | |
download | ports-035f1751418b785c5c257f3d3a82f58b55c8c272.tar.gz ports-035f1751418b785c5c257f3d3a82f58b55c8c272.zip |
Notes
Diffstat (limited to 'accessibility/redshift/Makefile')
-rw-r--r-- | accessibility/redshift/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 2dbe0da1928f..edc5a4c2861f 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: redshift -# Date created: Wed Nov 24 12:35:17 CST 2010 -# Whom: Mark Felder <feld@FreeBSD.org> -# +# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD$ -# PORTNAME= redshift PORTVERSION= 1.7 @@ -15,7 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen FETCH_ARGS= "-pRr" -USE_GMAKE= yes +USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |