svn commit: r367675 - head/net/sl2tps

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:02:18 UTC 2014


Author: antoine
Date: Mon Sep  8 19:02:17 2014
New Revision: 367675
URL: http://svnweb.freebsd.org/changeset/ports/367675
QAT: https://qat.redports.org/buildarchive/r367675/

Log:
  Allow staging as a regular user

Modified:
  head/net/sl2tps/Makefile

Modified: head/net/sl2tps/Makefile
==============================================================================
--- head/net/sl2tps/Makefile	Mon Sep  8 19:00:33 2014	(r367674)
+++ head/net/sl2tps/Makefile	Mon Sep  8 19:02:17 2014	(r367675)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libpdel.so:${PORTSDIR}/devel/libpdel
 
+USES=		uidfix
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${PREFIX}/include|$${LOCALBASE}/include|g ; \


More information about the svn-ports-head mailing list