diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-16 01:43:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-16 01:43:25 +0800 |
commit | c751d003343292ce270fcdf674c76262c1cfccce (patch) | |
tree | 23e8d43a84bdf74994b28d6427099db0119b63a6 /archivers | |
parent | 79a8d50583ea935e4ee39dba92359909c79295a3 (diff) | |
download | freebsd-ports-gnome-c751d003343292ce270fcdf674c76262c1cfccce.tar.gz freebsd-ports-gnome-c751d003343292ce270fcdf674c76262c1cfccce.tar.zst freebsd-ports-gnome-c751d003343292ce270fcdf674c76262c1cfccce.zip |
- Fix USE_PYTHON
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index 34fae11c004f..674cf41ab720 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex LIB_DEPENDS= librtfcomp.so:${PORTSDIR}/archivers/librtfcomp -USE_PYTHON= yes +USE_PYTHON= 2 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python |