aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-sexy/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 17:37:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 17:37:28 +0000
commit1b0fed78e5489f8b2242c423bbfb92754e604e1c (patch)
treec055c65c625f6343b0cdb83cd914caf63177267b /x11-toolkits/py-sexy/Makefile
parent14ff747e88192588f5a736cf5072584073971db7 (diff)
downloadports-1b0fed78e5489f8b2242c423bbfb92754e604e1c.tar.gz
ports-1b0fed78e5489f8b2242c423bbfb92754e604e1c.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=356527
Diffstat (limited to 'x11-toolkits/py-sexy/Makefile')
-rw-r--r--x11-toolkits/py-sexy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile
index 76ff683d87af..b349ad7b70e1 100644
--- a/x11-toolkits/py-sexy/Makefile
+++ b/x11-toolkits/py-sexy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sexy
PORTVERSION= 0.1.9
-PORTREVISION= 6
+PORTREVISION= 7
DISTVERSIONPREFIX= python-
CATEGORIES= x11-toolkits python
MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/ \
@@ -17,10 +17,9 @@ LICENSE= LGPL21
LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
-USES= pkgconfig
+USES= pkgconfig libtool
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
USE_PYTHON= yes
.include <bsd.port.mk>