Date: Thu, 23 Jan 2014 00:20:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340760 - head/devel/clanlib Message-ID: <201401230020.s0N0Kdbt039723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jan 23 00:20:38 2014 New Revision: 340760 URL: http://svnweb.freebsd.org/changeset/ports/340760 QAT: https://qat.redports.org/buildarchive/r340760/ Log: Support stage Modified: head/devel/clanlib/Makefile Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Thu Jan 23 00:15:38 2014 (r340759) +++ head/devel/clanlib/Makefile Thu Jan 23 00:20:38 2014 (r340760) @@ -14,15 +14,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - mikmod:${PORTSDIR}/audio/libmikmod \ - vorbis:${PORTSDIR}/audio/libvorbis \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo USE_GCC= yes USE_XORG= x11 @@ -53,7 +52,6 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure @@ -63,4 +61,5 @@ post-patch: ${WRKSRC}/Sources/Core/System/system.cpp @${REINPLACE_CMD} -e '47 s|#ifndef __FreeBSD__|#if !defined(__FreeBSD__)|g' \ ${WRKSRC}/Sources/Core/System/system.cpp + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230020.s0N0Kdbt039723>