diff options
author | tijl <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
commit | 118df57fa4a8439a5b0ddd13a6c2d843bdb5f853 (patch) | |
tree | 887d2ee07449ef7ef155da1e40fc852d2d19c539 /accessibility/redshift | |
parent | 37fc2f23670f59cd2f0e4c67e6d99449e0a5a9f2 (diff) | |
download | freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.tar.gz freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.tar.zst freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.zip |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine)
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 |