diff options
author | mat <mat@FreeBSD.org> | 2018-07-13 14:55:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-07-13 14:55:32 +0800 |
commit | 721a8833b6fe40ff86a3170b91b3648b6e6c6410 (patch) | |
tree | a1b28679236fda3f476f3bda4919d460ba2a93bf /mail | |
parent | e81a330ae8f21f642f980afa4bc986ef6e661a40 (diff) | |
download | freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.tar.gz freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.tar.zst freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.zip |
Remove dependencies on lang/python.
Fix where appropriate.
Sponsored by: Absolight
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 7aee5d6825e1..85ef74e42c3c 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -62,7 +62,7 @@ NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_ENABLE= pam -PYTHON_BUILD_DEPENDS= python-config:lang/python +PYTHON_BINARY_ALIAS= python-config=python${PYTHON_VER}-config PYTHON_USES= python:2.7 PYTHON_CONFIGURE_ENABLE=python |