Date: Mon, 2 Sep 2013 10:30:12 +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: r325969 - head/net/netatalk Message-ID: <201309021030.r82AUCgb061442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 10:30:12 2013 New Revision: 325969 URL: http://svnweb.freebsd.org/changeset/ports/325969 Log: Convert to USES: pkgconfig, gmake, perl5 Modified: head/net/netatalk/Makefile Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Mon Sep 2 10:26:43 2013 (r325968) +++ head/net/netatalk/Makefile Mon Sep 2 10:30:12 2013 (r325969) @@ -15,11 +15,8 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security USE_AUTOTOOLS= libtool USE_BDB= 46+ USE_BZIP2= yes -USES= iconv +USES= iconv gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes -WANT_GNOME= yes USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --with-tcp-wrappers \ @@ -102,7 +99,7 @@ PLIST_SUB+= TIMELORD="@comment " CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app -USE_GNOME+= pkgconfig +USES+= pkgconfig SUB_LIST+= ZEROCONF="avahi_daemon" .else CONFIGURE_ARGS+= --disable-zerconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021030.r82AUCgb061442>