svn commit: r363319 - head/deskutils/drivel
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 29 13:38:30 UTC 2014
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
More information about the svn-ports-all
mailing list