1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add USES=libtool

This commit is contained in:
Tijl Coosemans 2014-08-22 17:37:28 +00:00
parent 7c66c7a9b5
commit 3dab329a44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365682

View File

@ -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: