diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 12:47:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 12:47:58 +0000 |
commit | c14e4f5f7317afd978a681f52bed53e8475574d5 (patch) | |
tree | 887d2ee07449ef7ef155da1e40fc852d2d19c539 /accessibility/redshift | |
parent | a05579bc923acfd9122767bfdf69f5b4af193d0b (diff) | |
download | ports-c14e4f5f7317afd978a681f52bed53e8475574d5.tar.gz ports-c14e4f5f7317afd978a681f52bed53e8475574d5.zip |
Notes
Diffstat (limited to 'accessibility/redshift')
-rw-r--r-- | accessibility/redshift/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 5a15cf84f86e..844e3b54afed 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -12,20 +12,17 @@ COMMENT= Adjusts the color temperature of your screen LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake libtool localbase pkgconfig shebangfix tar:bzip2 +USES= autoreconf:build gettext gmake libtool localbase pkgconfig \ + shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= jonls +USE_GNOME= intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes SHEBANG_FILES= src/redshift-gtk/redshift-gtk.in CONFIGURE_ARGS+= --disable-wingdi -BUILD_DEPENDS= autoconf-2.69:devel/autoconf \ - automake-1.15:devel/automake \ - libtoolize:devel/libtool \ - intltool>=0:textproc/intltool - LIB_DEPENDS= libdrm.so:graphics/libdrm \ libgeoclue-2.so:net/geoclue |