diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 21:35:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 21:35:41 +0000 |
commit | 00c0eef8538e939cbafc99036c6f915596eebbda (patch) | |
tree | 9665a7a7669a28774746346c48f3d2470a99c9af | |
parent | 5a345c47493d20048b276088ef207755f194e7d2 (diff) |
Stage support
Notes
Notes:
svn path=/head/; revision=337811
-rw-r--r-- | x11-toolkits/py-sexy/Makefile | 3 |
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> |