diff options
-rw-r--r-- | security/mate-pam-helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile index 09c3cfdf9e60..200be03da6ae 100644 --- a/security/mate-pam-helper/Makefile +++ b/security/mate-pam-helper/Makefile @@ -1,5 +1,5 @@ PORTNAME= mate-pam-helper -PORTVERSION= 1.3 +DISTVERSION= 1.3 CATEGORIES= security sysutils MAINTAINER= ericbsd@FreeBSD.org @@ -7,7 +7,7 @@ COMMENT= MATE authenticate applications requiring PAM services LICENSE= BSD2CLAUSE -USES= tar:bzip2 uidfix +USES= uidfix USE_GITHUB= yes GH_ACCOUNT= GhostBSD |