Date: Thu, 26 Dec 2013 22:21:47 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337626 - head/games/daimonin Message-ID: <201312262221.rBQMLlUs005319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Dec 26 22:21:46 2013 New Revision: 337626 URL: http://svnweb.freebsd.org/changeset/ports/337626 Log: Convert to new LIB_DEPENDS syntax so 'make check-sanity' is happy. Modified: head/games/daimonin/Makefile Modified: head/games/daimonin/Makefile ============================================================================== --- head/games/daimonin/Makefile Thu Dec 26 22:16:47 2013 (r337625) +++ head/games/daimonin/Makefile Thu Dec 26 22:21:46 2013 (r337626) @@ -11,8 +11,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG) -LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libphysfs.so.1:${PORTSDIR}/devel/physfs \ + libcurl.so:${PORTSDIR}/ftp/curl SVN_REVISION= 6021 FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312262221.rBQMLlUs005319>