svn commit: r337811 - head/x11-toolkits/py-sexy

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 21:35:42 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list