diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
commit | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (patch) | |
tree | e02fe0a758ee3fd52b58a10326bb7c498ab3c957 /comms/pyla | |
parent | 57f1865da832cd9d777a31b47df5288436112d6a (diff) | |
download | ports-dae43d7a6d5bdca67edda0ed02db4a1593899b62.tar.gz ports-dae43d7a6d5bdca67edda0ed02db4a1593899b62.zip |
Notes
Diffstat (limited to 'comms/pyla')
-rw-r--r-- | comms/pyla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index 1970c7f814ac..34aadfd68b73 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -19,7 +19,7 @@ COMMENT= Hylafax client written in Python WRKSRC= ${WRKDIR}/${PORTNAME} DATADIR= ${PREFIX}/lib/pyla -USE_PYTHON= yes +USES= python PLIST= ${WRKDIR}/pkg-plist .include <bsd.port.pre.mk> |