svn commit: r368371 - head/devel/cdialog

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 17 13:27:13 UTC 2014


Author: tijl
Date: Wed Sep 17 13:27:12 2014
New Revision: 368371
URL: http://svnweb.freebsd.org/changeset/ports/368371
QAT: https://qat.redports.org/buildarchive/r368371/

Log:
  Switch to USES=libtool:build

Modified:
  head/devel/cdialog/Makefile

Modified: head/devel/cdialog/Makefile
==============================================================================
--- head/devel/cdialog/Makefile	Wed Sep 17 12:56:01 2014	(r368370)
+++ head/devel/cdialog/Makefile	Wed Sep 17 13:27:12 2014	(r368371)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 
 OPTIONS_DEFINE=	EXAMPLES
 
-USES=		ncurses	libtool tar:tgz
+USES=		libtool:build ncurses tar:tgz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-widec \
@@ -24,8 +24,6 @@ CONFIGURE_ARGS=	--enable-widec \
 		--with-package=${PORTNAME}
 MAKEFILE=	makefile
 
-BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
-
 INSTALL_TARGET=	install-strip install-man install-lib
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list