diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 05:36:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 05:36:10 +0800 |
commit | d5fb95c283a08f1ec2bcd86284f51bad78e00850 (patch) | |
tree | 349250623b6da9bfceafc9e54c5105da20981f8a /x11 | |
parent | 389b87834e6438bbebcf05b3a03d3deb0332f3eb (diff) | |
download | freebsd-ports-gnome-d5fb95c283a08f1ec2bcd86284f51bad78e00850.tar.gz freebsd-ports-gnome-d5fb95c283a08f1ec2bcd86284f51bad78e00850.tar.zst freebsd-ports-gnome-d5fb95c283a08f1ec2bcd86284f51bad78e00850.zip |
Remove libtool from USE_AUTOTOOLS
Reported by: tijl
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-applets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index a96fa39863d6..f2c87d59f47c 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -32,7 +32,7 @@ USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \ USE_PYTHON= yes USE_LDCONFIG= yes INSTALLS_OMF= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-mixer-applet \ |