diff options
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 |