diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 21:38:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 21:38:29 +0800 |
commit | 1a709287c1abdfa54dfd2aa1f9e370b5ae6a1385 (patch) | |
tree | 8e7c1f960d07c14ddc7017b0a78e09afb91c00b2 /deskutils | |
parent | 886116616cc6e452664804e3925638ccdb388934 (diff) | |
download | freebsd-ports-gnome-1a709287c1abdfa54dfd2aa1f9e370b5ae6a1385.tar.gz freebsd-ports-gnome-1a709287c1abdfa54dfd2aa1f9e370b5ae6a1385.tar.zst freebsd-ports-gnome-1a709287c1abdfa54dfd2aa1f9e370b5ae6a1385.zip |
- Switch to USES=libtool
- Convert USE_BZIP2 to USES
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/drivel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile index e3754a89b963..edb1a60cc5f8 100644 --- a/deskutils/drivel/Makefile +++ b/deskutils/drivel/Makefile @@ -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 |