svn commit: r329044 - in head/irc/unreal: . files

Mark Felder feld at FreeBSD.org
Wed Oct 2 12:51:53 UTC 2013


Author: feld
Date: Wed Oct  2 12:51:52 2013
New Revision: 329044
URL: http://svnweb.freebsd.org/changeset/ports/329044

Log:
  - patch-makenet wasn't deleted last commit
  - update LIB_DEPENDS syntax
  
  Approved by:	crees (mentor)

Deleted:
  head/irc/unreal/files/patch-makenet
Modified:
  head/irc/unreal/Makefile

Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile	Wed Oct  2 12:28:04 2013	(r329043)
+++ head/irc/unreal/Makefile	Wed Oct  2 12:51:52 2013	(r329044)
@@ -13,7 +13,7 @@ COMMENT=	Unreal - the next generation ir
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	cares:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS=	libcares.so:${PORTSDIR}/dns/c-ares
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}
 
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+=	--enable-ssl
 .endif
 
 .if ${PORT_OPTIONS:MREMOTE}
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
 CONFIGURE_ARGS+=	--enable-libcurl=${LOCALBASE}
 .endif
 


More information about the svn-ports-all mailing list