diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
commit | c14e4f5f7317afd978a681f52bed53e8475574d5 (patch) | |
tree | 887d2ee07449ef7ef155da1e40fc852d2d19c539 /accessibility | |
parent | a05579bc923acfd9122767bfdf69f5b4af193d0b (diff) | |
download | freebsd-ports-gnome-c14e4f5f7317afd978a681f52bed53e8475574d5.tar.gz freebsd-ports-gnome-c14e4f5f7317afd978a681f52bed53e8475574d5.tar.zst freebsd-ports-gnome-c14e4f5f7317afd978a681f52bed53e8475574d5.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')
-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 |