Date: Mon, 30 Jun 2014 16:34:32 +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: r359882 - head/x11-toolkits/xmhtml Message-ID: <201406301634.s5UGYWCh088425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Jun 30 16:34:32 2014 New Revision: 359882 URL: http://svnweb.freebsd.org/changeset/ports/359882 QAT: https://qat.redports.org/buildarchive/r359882/ Log: Replace USE_AUTOTOOLS=libtool:env with BUILD_DEPENDS on devel/libtool. Modified: head/x11-toolkits/xmhtml/Makefile head/x11-toolkits/xmhtml/pkg-plist Modified: head/x11-toolkits/xmhtml/Makefile ============================================================================== --- head/x11-toolkits/xmhtml/Makefile Mon Jun 30 16:30:44 2014 (r359881) +++ head/x11-toolkits/xmhtml/Makefile Mon Jun 30 16:34:32 2014 (r359882) @@ -12,14 +12,17 @@ COMMENT= Motif widget set for displaying LICENSE= LGPL20 # (or later) +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png -USES= gmake motif pkgconfig +USES= gmake libtool motif pkgconfig USE_XORG= xft xmu xpm xt -USE_AUTOTOOLS= libtool:env USE_LDCONFIG= yes +LIBTOOL= libtool +MAKE_ENV= LIBTOOL=${LIBTOOL} + do-install: (cd ${WRKSRC}/lib && ${LIBTOOL} --mode=install ${INSTALL_DATA} \ libXmHTML.la ${STAGEDIR}${PREFIX}/lib) Modified: head/x11-toolkits/xmhtml/pkg-plist ============================================================================== --- head/x11-toolkits/xmhtml/pkg-plist Mon Jun 30 16:30:44 2014 (r359881) +++ head/x11-toolkits/xmhtml/pkg-plist Mon Jun 30 16:34:32 2014 (r359882) @@ -12,7 +12,6 @@ include/XmHTML/resources.h include/XmHTML/tka.h include/XmHTML/toolkit.h lib/libXmHTML.a -lib/libXmHTML.la lib/libXmHTML.so lib/libXmHTML.so.1 %%PORTDOCS%%%%DOCSDIR%%/GPL.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301634.s5UGYWCh088425>