svn commit: r325969 - head/net/netatalk

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 10:30:12 UTC 2013


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


More information about the svn-ports-all mailing list