diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:04:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:04:20 +0000 |
commit | 78a409738c050c09d61d434a3cf561d6a6b027e7 (patch) | |
tree | a9df7344d77ed05d5b51901bf1b1025eb942d026 /sysutils/pydf | |
parent | b3e78ade011570b1dcd461898d088ea9902301f3 (diff) |
- change `true' with `yes' in USE_PYTHON (non-functional change)
Notes
Notes:
svn path=/head/; revision=291784
Diffstat (limited to 'sysutils/pydf')
-rw-r--r-- | sysutils/pydf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index 030622825a19..3bf6adbfd64a 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -23,7 +23,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/pydf etc/pydfrc.sample -USE_PYTHON= true +USE_PYTHON= yes NO_BUILD= yes MAN1= pydf.1 |