Advertisement
Guest User

Untitled

a guest
Dec 24th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.90 KB | None | 0 0
  1. Index: /usr/local/poudriere/ports/HEAD/devel/pycanberra/Makefile
  2. ===================================================================
  3. --- /usr/local/poudriere/ports/HEAD/devel/pycanberra/Makefile   (revision 456206)
  4. +++ /usr/local/poudriere/ports/HEAD/devel/pycanberra/Makefile   (working copy)
  5. @@ -11,7 +11,8 @@
  6.  LICENSE=   LGPL21
  7.  LICENSE_FILE=  ${WRKSRC}/COPYING
  8.  
  9. -USES=      python
  10. +USES=      python:3.4+
  11. +       #this is to force ibus-cangjie to build properly
  12.  USE_PYTHON=    autoplist distutils optsuffix
  13.  
  14.  USE_GITHUB=    yes
  15. @@ -19,8 +20,9 @@
  16.  GH_TAGNAME=    88c53cd
  17.  
  18.  post-patch:
  19. -   @(cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/pycanberra && \
  20. -   ${MV} pycanberra.py ${WRKSRC}/pycanbberra && \
  21. -   ${TOUCH} __init__.py)
  22. +   @(cd ${WRKSRC} &&                   \
  23. +        ${MKDIR} ${WRKSRC}/pycanberra &&           \
  24. +        ${TOUCH} ${WRKSRC}/pycanberra/__init__.py &&   \
  25. +        ${MV} pycanberra.py ${WRKSRC}/pycanberra)
  26.  
  27.  .include <bsd.port.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement