diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:08:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:08:57 +0800 |
commit | c2cf8e0da71bd8840ba81e7d9c06fa25b1cf9cd1 (patch) | |
tree | 288076be64d44efe12bf238f0a2618baba13f047 | |
parent | 1acfa9958e4500d066e8a28f78047adef74745cc (diff) | |
download | freebsd-ports-gnome-c2cf8e0da71bd8840ba81e7d9c06fa25b1cf9cd1.tar.gz freebsd-ports-gnome-c2cf8e0da71bd8840ba81e7d9c06fa25b1cf9cd1.tar.zst freebsd-ports-gnome-c2cf8e0da71bd8840ba81e7d9c06fa25b1cf9cd1.zip |
Allow staging as a regular user
-rw-r--r-- | mail/libdomainkeys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libdomainkeys/Makefile b/mail/libdomainkeys/Makefile index 945939100cf6..344bdaa21f53 100644 --- a/mail/libdomainkeys/Makefile +++ b/mail/libdomainkeys/Makefile @@ -1,4 +1,4 @@ - Created by: Sergey Skvortsov <skv@protey.ru> +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ PORTNAME= libdomainkeys @@ -9,6 +9,7 @@ MASTER_SITES= SF/domainkeys/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DomainKeys library +USES= uidfix USE_LDCONFIG= yes SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |