Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2014 17:31:15 +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: r365407 - head/deskutils/xfce4-notifyd
Message-ID:  <201408191731.s7JHVFMj057061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 19 17:31:15 2014
New Revision: 365407
URL: http://svnweb.freebsd.org/changeset/ports/365407
QAT: https://qat.redports.org/buildarchive/r365407/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/xfce4-notifyd/Makefile

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Tue Aug 19 17:30:50 2014	(r365406)
+++ head/deskutils/xfce4-notifyd/Makefile	Tue Aug 19 17:31:15 2014	(r365407)
@@ -16,8 +16,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 		libnotify.so:${PORTSDIR}/devel/libnotify
 
-USES=		pkgconfig gmake tar:bzip2
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil xfconf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408191731.s7JHVFMj057061>