mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Fix depends: always require python since fetchmailconf.py is always installed
Approved by: portmgr blanket
This commit is contained in:
parent
d2d5fca73d
commit
e868ce4730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452761
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fetchmail
|
||||
PORTVERSION= 6.3.26
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \
|
||||
http://mandree.home.pages.de/${PORTNAME}/
|
||||
@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
||||
USES= cpe gmake shebangfix tar:xz ssl
|
||||
USES= cpe gmake python shebangfix tar:xz ssl
|
||||
SHEBANG_FILES= fetchmailconf.py
|
||||
|
||||
USE_RC_SUBR= fetchmail
|
||||
@ -60,7 +60,6 @@ NTLM_PORTDOCS= README.NTLM
|
||||
POP2_CONFIGURE_ENABLE= POP2
|
||||
|
||||
X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter
|
||||
X11_USES= python
|
||||
X11_CONFIGURE_OFF= PYTHON=:
|
||||
X11_SUB_FILES_OFF= fetchmailconf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user