svn commit: r359619 - head/sysutils/gsmartcontrol

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 22:23:15 UTC 2014


Author: amdmi3
Date: Fri Jun 27 22:23:14 2014
New Revision: 359619
URL: http://svnweb.freebsd.org/changeset/ports/359619
QAT: https://qat.redports.org/buildarchive/r359619/

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

Modified:
  head/sysutils/gsmartcontrol/Makefile

Modified: head/sysutils/gsmartcontrol/Makefile
==============================================================================
--- head/sysutils/gsmartcontrol/Makefile	Fri Jun 27 22:22:47 2014	(r359618)
+++ head/sysutils/gsmartcontrol/Makefile	Fri Jun 27 22:23:14 2014	(r359619)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsmartcontrol
 PORTVERSION=	0.8.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://artificialtime.com/${PORTNAME}/
 
@@ -14,10 +14,10 @@ LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		smartctl:${PORTSDIR}/sysutils/smartmontools
 
-USE_AUTOTOOLS=	libtool
-USES=		pkgconfig tar:bzip2
+USES=		pkgconfig tar:bzip2 libtool
 INSTALLS_ICONS=	yes
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-libglade
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list