diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:34:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:34:47 +0000 |
commit | 92d03410d199ecbaf1c81e52c32e0477e863f409 (patch) | |
tree | 3bcd86913e7f8fa4a8ad659cd79f71768f422b75 /archivers | |
parent | 6966a1b57055213383f857dd4ceb4ea28dfb2262 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index bc654193ad2a..28f5a144f279 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -3,7 +3,7 @@ PORTNAME= librtfcomp PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers python MASTER_SITES= SF/synce/SynCE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,7 @@ LIB_DEPENDS= librtfcomp.so:archivers/librtfcomp CONFIGURE_ARGS= --enable-python-bindings GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool python:2 -USE_PYTHON= flavors +USES= libtool python:2.7 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python |