Date: Fri, 27 Jun 2014 22:23:14 +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: r359619 - head/sysutils/gsmartcontrol Message-ID: <201406272223.s5RMNE4B045783@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406272223.s5RMNE4B045783>