diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2015-07-03 01:49:12 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2015-07-03 01:49:12 +0800 |
commit | a8f28ed359818631996f12997139be9349152ab6 (patch) | |
tree | 5d0029e49a99b0ff116b73be596f4d8373151522 /sysutils | |
parent | 57c2f208d351a4e8ad8bf8c00bff2c397c421899 (diff) | |
download | freebsd-ports-gnome-a8f28ed359818631996f12997139be9349152ab6.tar.gz freebsd-ports-gnome-a8f28ed359818631996f12997139be9349152ab6.tar.zst freebsd-ports-gnome-a8f28ed359818631996f12997139be9349152ab6.zip |
Sort USE_PYTHON
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-crontab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-crontab/Makefile b/sysutils/py-crontab/Makefile index f59ad0346838..6efc92108ab3 100644 --- a/sysutils/py-crontab/Makefile +++ b/sysutils/py-crontab/Makefile @@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil ${PYTHON_PKGNAMEPREFIX}croniter>0:${PORTSDIR}/sysutils/py-croniter USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |