diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:22 +0000 |
commit | 796f8b02c7c244d9e3582605240097ef1eba8c54 (patch) | |
tree | c0811e5d0e10afd6d3c1835001a433482fffe808 /archivers | |
parent | bf149fa67cb4ebca1547b8a0ccb9259c050ea608 (diff) | |
download | ports-796f8b02c7c244d9e3582605240097ef1eba8c54.tar.gz ports-796f8b02c7c244d9e3582605240097ef1eba8c54.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/librtfcomp/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 82bb901f34e0..9664ae334e55 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool +USES+= libtool SLAVEDIRS= archivers/py-librtfcomp diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index d1a5f039d9d9..a437ed274c48 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex LIB_DEPENDS= librtfcomp.so:${PORTSDIR}/archivers/librtfcomp -USE_PYTHON= 2 +USES= python:2 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python |