svn commit: r351783 - head/x11-toolkits/py-gtksourceview
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 09:30:26 UTC 2014
Author: bapt
Date: Tue Apr 22 09:30:25 2014
New Revision: 351783
URL: http://svnweb.freebsd.org/changeset/ports/351783
QAT: https://qat.redports.org/buildarchive/r351783/
Log:
Support stage
Uses libtool
Modified:
head/x11-toolkits/py-gtksourceview/Makefile
Modified: head/x11-toolkits/py-gtksourceview/Makefile
==============================================================================
--- head/x11-toolkits/py-gtksourceview/Makefile Tue Apr 22 09:28:31 2014 (r351782)
+++ head/x11-toolkits/py-gtksourceview/Makefile Tue Apr 22 09:30:25 2014 (r351783)
@@ -13,12 +13,11 @@ DISTNAME= pygtksourceview-${PORTVERSION}
MAINTAINER= gnome at FreeBSD.org
COMMENT= A python bindings for the version 2 of the GtkSourceView library
-USES= gmake pkgconfig
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2
+USES= gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME= gnomeprefix gtksourceview2 pygtk2
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list