Date: Wed, 17 Sep 2014 13:27:12 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368371 - head/devel/cdialog Message-ID: <201409171327.s8HDRCgk052272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171327.s8HDRCgk052272>