svn commit: r368456 - head/devel/libexplain
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 13:22:59 UTC 2014
Author: tijl
Date: Thu Sep 18 13:22:58 2014
New Revision: 368456
URL: http://svnweb.freebsd.org/changeset/ports/368456
QAT: https://qat.redports.org/buildarchive/r368456/
Log:
Switch to USES=libtool:build
Modified:
head/devel/libexplain/Makefile
Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile Thu Sep 18 13:20:57 2014 (r368455)
+++ head/devel/libexplain/Makefile Thu Sep 18 13:22:58 2014 (r368456)
@@ -16,15 +16,14 @@ LICENSE= LGPL3
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
-USES= bison gettext gmake libtool
+USES= bison gettext gmake libtool:build
USE_GHOSTSCRIPT_BUILD= yes
-USE_AUTOTOOLS= libtoolize
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_linux_kd_h=no
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
PATCHLEVEL= D012
More information about the svn-ports-all
mailing list