diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
commit | e44b26dc74b5fc03ddc032d49160418708d254f0 (patch) | |
tree | ae7dfd6b868b76472098f29f9f56578edb860c98 /devel/py-dbus | |
parent | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff) | |
download | marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.bz2 marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.lz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.xz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip |
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-dbus')
-rw-r--r-- | devel/py-dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index a2f840878..957ddaa8d 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/py-dbus/Makefile,v 1.10 2010/03/14 12:28:57 kwm Exp $ +# $MCom: ports/devel/py-dbus/Makefile,v 1.12 2011/06/03 18:46:17 kwm Exp $ # PORTNAME= dbus @@ -23,7 +23,7 @@ USE_GNOME= gnomehack gnometarget USE_PYTHON= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${PYTHON_INCLUDEDIR}" +CPPFLAGS= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --disable-api-docs |