diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-28 05:35:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-28 05:35:41 +0800 |
commit | 41878fc0c349bd8d4a9b86fcdc031b8c23e7df8b (patch) | |
tree | 9665a7a7669a28774746346c48f3d2470a99c9af | |
parent | 079fd030b0f3797f8e1c1063aecf5d048cfb8d46 (diff) | |
download | freebsd-ports-gnome-41878fc0c349bd8d4a9b86fcdc031b8c23e7df8b.tar.gz freebsd-ports-gnome-41878fc0c349bd8d4a9b86fcdc031b8c23e7df8b.tar.zst freebsd-ports-gnome-41878fc0c349bd8d4a9b86fcdc031b8c23e7df8b.zip |
Stage support
-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> |