svn commit: r367514 - head/mail/libdomainkeys

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:08:58 UTC 2014


Author: antoine
Date: Sun Sep  7 11:08:57 2014
New Revision: 367514
URL: http://svnweb.freebsd.org/changeset/ports/367514
QAT: https://qat.redports.org/buildarchive/r367514/

Log:
  Allow staging as a regular user

Modified:
  head/mail/libdomainkeys/Makefile

Modified: head/mail/libdomainkeys/Makefile
==============================================================================
--- head/mail/libdomainkeys/Makefile	Sun Sep  7 11:07:04 2014	(r367513)
+++ head/mail/libdomainkeys/Makefile	Sun Sep  7 11:08:57 2014	(r367514)
@@ -1,4 +1,4 @@
- Created by: Sergey Skvortsov <skv at protey.ru>
+# Created by: Sergey Skvortsov <skv at protey.ru>
 # $FreeBSD$
 
 PORTNAME=	libdomainkeys
@@ -9,6 +9,7 @@ MASTER_SITES=	SF/domainkeys/${PORTNAME}/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	DomainKeys library
 
+USES=		uidfix
 USE_LDCONFIG=	yes
 SHLIB_MAJOR=	3
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"


More information about the svn-ports-head mailing list