Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 21:35:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337811 - head/x11-toolkits/py-sexy
Message-ID:  <201312272135.rBRLZfmF032675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 27 21:35:41 2013
New Revision: 337811
URL: http://svnweb.freebsd.org/changeset/ports/337811

Log:
  Stage support

Modified:
  head/x11-toolkits/py-sexy/Makefile

Modified: head/x11-toolkits/py-sexy/Makefile
==============================================================================
--- head/x11-toolkits/py-sexy/Makefile	Fri Dec 27 21:28:47 2013	(r337810)
+++ head/x11-toolkits/py-sexy/Makefile	Fri Dec 27 21:35:41 2013	(r337811)
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Libsexy bindings for Python
 
-LIB_DEPENDS=	sexy.2:${PORTSDIR}/x11-toolkits/libsexy
+LIB_DEPENDS=	libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
 
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	pygtk2
@@ -20,5 +20,4 @@ USE_PYTHON=	yes
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312272135.rBRLZfmF032675>