diff options
author | mat <mat@FreeBSD.org> | 2016-02-23 04:54:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-02-23 04:54:42 +0800 |
commit | 42a06949bd639d99f3aca3dfffe517ee1a81e472 (patch) | |
tree | aa1f8bdace71a007fec74fc0bbd7f75aa12d9aa1 /mail | |
parent | dd8e21f77e9fa76effb7c796f5aa3b6b8e3dc915 (diff) | |
download | freebsd-ports-gnome-42a06949bd639d99f3aca3dfffe517ee1a81e472.tar.gz freebsd-ports-gnome-42a06949bd639d99f3aca3dfffe517ee1a81e472.tar.zst freebsd-ports-gnome-42a06949bd639d99f3aca3dfffe517ee1a81e472.zip |
Fix build as a user.
Sponsored by: Absolight
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile index c2197b766be2..195078c00dcd 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -13,6 +13,7 @@ COMMENT= DragonFly Mail Agent, a small MTA for local/outbound mail LICENSE= BSD3CLAUSE USE_OPENSSL= yes +USES= uidfix USE_GITHUB= yes GH_ACCOUNT= corecode |