aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-18 15:45:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-18 15:45:38 +0000
commit096a5469d0170f2a77a7c3f725173ba2f7767915 (patch)
tree3c9120a005e962ce0bec968bb8822d894450abfc /graphics/skencil
parentf25b2a73041d154b0ff8ca13e77c65a7d27277a6 (diff)
downloadports-096a5469d0170f2a77a7c3f725173ba2f7767915.tar.gz
ports-096a5469d0170f2a77a7c3f725173ba2f7767915.zip
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 65e8e6601e1b..543f7d2c3b39 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -22,11 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}alpha
+USES= tk desktop-file-utils
USE_XORG= x11 xext
-USE_TCL_BUILD= yes
-USE_TCL= yes
-USE_TK_BUILD= yes
-USE_TK= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
@@ -48,8 +45,8 @@ post-patch:
@${REINPLACE_CMD} -e \
"s|/usr/include|${LOCALBASE}/include|g ; \
s|/usr/lib|${LOCALBASE}/lib|g ; \
- /tcl_ver/s|8\.[0-9]|${TCL_VER:S/.//}|g ; \
- /libtcl/s|8\.[0-9]|${TCL_VER:S/.//}|g ; \
+ /tcl_ver/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
+ /libtcl/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
/libraries/s|tcl_ver\])|tcl_ver, 'intl'])|g ; \
s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/setup.py