diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-07 16:45:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-07 16:45:48 +0000 |
commit | f2499eec5ae60bcd0ce31852e0d518ca1c143e44 (patch) | |
tree | 939a6b6d6ad06d1367cc009860364b7ab483738b /x11 | |
parent | a8758259cd7863decdab7ab58fb9b8883dc61136 (diff) |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan
Notes
Notes:
svn path=/head/; revision=567577
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-screensaver/Makefile | 2 | ||||
-rw-r--r-- | x11/xfce4-screensaver/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile index 7ba068dd4057..7afdb6a97cf9 100644 --- a/x11/mate-screensaver/Makefile +++ b/x11/mate-screensaver/Makefile @@ -40,8 +40,6 @@ SCREENSAVER_DIR= share/applications/screensavers OPTIONS_DEFINE= PAM OPTIONS_DEFAULT=PAM -PAM_DESC= Pluggable Authentication Module support - OPTIONS_SUB= yes PAM_RUN_DEPENDS= pam_helper:security/pam_helper diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 84a98d4d672d..ded0c2f7fd26 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -37,8 +37,6 @@ SCREENSAVER_DIR= share/applications/screensavers OPTIONS_DEFINE= NLS PAM OPTIONS_DEFAULT=PAM -PAM_DESC= Pluggable Authentication Module support - OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls |