Date: Tue, 29 Jul 2014 13:38:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363319 - head/deskutils/drivel Message-ID: <201407291338.s6TDcUHv081504@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 29 13:38:29 2014 New Revision: 363319 URL: http://svnweb.freebsd.org/changeset/ports/363319 QAT: https://qat.redports.org/buildarchive/r363319/ Log: - Switch to USES=libtool - Convert USE_BZIP2 to USES Modified: head/deskutils/drivel/Makefile Modified: head/deskutils/drivel/Makefile ============================================================================== --- head/deskutils/drivel/Makefile Tue Jul 29 13:38:20 2014 (r363318) +++ head/deskutils/drivel/Makefile Tue Jul 29 13:38:29 2014 (r363319) @@ -17,10 +17,9 @@ OPTIONS_DEFINE= GTKSPELL OPTIONS_DEFAULT= GTKSPELL GTKSPELL_DESC= Enable GtkSpell support -USE_BZIP2= yes -USES= desktop-file-utils gettext gmake shared-mime-info pkgconfig +USES= desktop-file-utils gettext gmake libtool shared-mime-info pkgconfig tar:bzip2 USE_GNOME= gconf2 gnomedocutils gnomevfs2 gtksourceview2 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-error-on-warning INSTALLS_ICONS= yes INSTALLS_OMF= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291338.s6TDcUHv081504>