svn commit: r367376 - head/comms/obexapp

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 18:33:06 UTC 2014


Author: antoine
Date: Fri Sep  5 18:33:06 2014
New Revision: 367376
URL: http://svnweb.freebsd.org/changeset/ports/367376
QAT: https://qat.redports.org/buildarchive/r367376/

Log:
  Allow staging as a regular user

Modified:
  head/comms/obexapp/Makefile

Modified: head/comms/obexapp/Makefile
==============================================================================
--- head/comms/obexapp/Makefile	Fri Sep  5 18:28:06 2014	(r367375)
+++ head/comms/obexapp/Makefile	Fri Sep  5 18:33:06 2014	(r367376)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libopenobex.so:${PORTSDIR}/
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		iconv readline
+USES=		iconv readline uidfix
 PLIST_FILES=	bin/obexapp man/man1/obexapp.1.gz
 
 MAKE_ENV+=	NO_WERROR=yes


More information about the svn-ports-head mailing list