diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-25 21:11:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-25 21:11:28 +0800 |
commit | 29f1d40c04e9efe39c8fc38a135d028b954593fd (patch) | |
tree | c77ce8c934b8ee82493860106cc910da064e58d1 /devel/pydbus-common/Makefile | |
parent | d726a24459ecf804740992c9ae9a2fc50e832436 (diff) | |
download | marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar.gz marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar.bz2 marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar.lz marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar.xz marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.tar.zst marcuscom-ports-29f1d40c04e9efe39c8fc38a135d028b954593fd.zip |
Don't use :keepla, .la files are kind of useless for python libraries.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19685 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pydbus-common/Makefile')
-rw-r--r-- | devel/pydbus-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index 2e03be0db..f5aa59121 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= dbus-glib>=0:${PORTSDIR}/devel/dbus-glib SLAVE_PORT?= no -USES= gettext gmake libtool:keepla pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ |