svn commit: r426870 - head/x11-wm/simple-ccsm
Antoine Brodin
antoine at FreeBSD.org
Tue Nov 22 21:57:53 UTC 2016
Author: antoine
Date: Tue Nov 22 21:57:51 2016
New Revision: 426870
URL: https://svnweb.freebsd.org/changeset/ports/426870
Log:
- Fix build when python symlink is not present
- Remove dependency on python2 symlink
Modified:
head/x11-wm/simple-ccsm/Makefile
Modified: head/x11-wm/simple-ccsm/Makefile
==============================================================================
--- head/x11-wm/simple-ccsm/Makefile Tue Nov 22 21:56:37 2016 (r426869)
+++ head/x11-wm/simple-ccsm/Makefile Tue Nov 22 21:57:51 2016 (r426870)
@@ -3,7 +3,7 @@
PORTNAME= simple-ccsm
PORTVERSION= 0.8.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
@@ -12,11 +12,14 @@ COMMENT= Python/GTK based settings manag
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
-USES= gettext gmake pkgconfig python:2 tar:bzip2
+USES= gettext gmake pkgconfig python:2.7 tar:bzip2
USE_GNOME= intltool pygtk2
INSTALLS_ICONS= yes
+post-patch:
+ ${REINPLACE_CMD} 's, at python ,@${PYTHON_CMD} ,' ${WRKSRC}/Makefile
+
do-install:
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})
More information about the svn-ports-all
mailing list