svn commit: r365682 - head/graphics/py-goocanvas
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 22 17:37:29 UTC 2014
Author: tijl
Date: Fri Aug 22 17:37:28 2014
New Revision: 365682
URL: http://svnweb.freebsd.org/changeset/ports/365682
QAT: https://qat.redports.org/buildarchive/r365682/
Log:
Add USES=libtool
Modified:
head/graphics/py-goocanvas/Makefile
Modified: head/graphics/py-goocanvas/Makefile
==============================================================================
--- head/graphics/py-goocanvas/Makefile Fri Aug 22 17:36:50 2014 (r365681)
+++ head/graphics/py-goocanvas/Makefile Fri Aug 22 17:37:28 2014 (r365682)
@@ -4,7 +4,7 @@
PORTNAME= goocanvas
PORTVERSION= 0.14.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics python
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/py${PORTNAME}/${PORTVERSION:C/..$//}
@@ -16,14 +16,13 @@ COMMENT= GooCanvas python bindings
LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.la \
- %%PYTHON_SITELIBDIR%%/goocanvasmodule.so \
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.so \
libdata/pkgconfig/pygoocanvas.pc
USE_PYTHON= yes
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs
-USES= gmake pathfix pkgconfig tar:bzip2
+USES= gmake libtool pathfix pkgconfig tar:bzip2
INSTALL_TARGET= install-strip
post-patch:
More information about the svn-ports-head
mailing list