aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/py-sexy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile
index cccb542fe041..3b77f49cc52f 100644
--- a/x11-toolkits/py-sexy/Makefile
+++ b/x11-toolkits/py-sexy/Makefile
@@ -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>