svn commit: r351607 - head/net/netatalk

Joe Marcus Clarke marcus at FreeBSD.org
Sat Apr 19 19:17:50 UTC 2014


Author: marcus
Date: Sat Apr 19 19:17:50 2014
New Revision: 351607
URL: http://svnweb.freebsd.org/changeset/ports/351607
QAT: https://qat.redports.org/buildarchive/r351607/

Log:
  Convert to new LIB_DEPENDS format.

Modified:
  head/net/netatalk/Makefile

Modified: head/net/netatalk/Makefile
==============================================================================
--- head/net/netatalk/Makefile	Sat Apr 19 19:07:41 2014	(r351606)
+++ head/net/netatalk/Makefile	Sat Apr 19 19:17:50 2014	(r351607)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	marcus at FreeBSD.org
 COMMENT=	File server for Mac OS X
 
-LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
 USE_AUTOTOOLS=	libtool
 USE_BDB=	46+
@@ -68,7 +68,7 @@ PLIST_SUB+=		NETATALKPAM="@comment "
 
 .if ${PORT_OPTIONS:MSRVLOC}
 CONFIGURE_ARGS+=	--enable-srvloc=${LOCALBASE}
-LIB_DEPENDS+=		slp.1:${PORTSDIR}/net/openslp
+LIB_DEPENDS+=		libslp.so:${PORTSDIR}/net/openslp
 SUB_LIST+=		SRVLOC="slpd"
 .else
 SUB_LIST+=		SRVLOC=""
@@ -84,7 +84,7 @@ PLIST_SUB+=		TIMELORD="@comment "
 .if ${PORT_OPTIONS:MZEROCONF}
 CONFIGURE_ARGS+=	--enable-zeroconf=${LOCALBASE}
 CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
-LIB_DEPENDS+=		avahi-client.3:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=		libavahi-client.so:${PORTSDIR}/net/avahi-app
 USES+=			pkgconfig
 SUB_LIST+=		ZEROCONF="avahi_daemon"
 .else


More information about the svn-ports-all mailing list