svn commit: r337626 - head/games/daimonin

Rene Ladan rene at FreeBSD.org
Thu Dec 26 22:21:47 UTC 2013


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 at 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}


More information about the svn-ports-head mailing list