diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-26 07:19:30 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-26 07:19:30 +0000 |
commit | 308388d3cfa43aacda3627e8ada1576c3a87a4b5 (patch) | |
tree | 6898c8e5b497ade10b301620183eb80b68ef6acf /security/py-otr | |
parent | bd510d4f155659ce81bb1af63e52c3e16ef0745b (diff) |
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.
For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
Notes
Notes:
svn path=/head/; revision=301551
Diffstat (limited to 'security/py-otr')
-rw-r--r-- | security/py-otr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile index fd44bf83d0d6..4f88fea0a6cc 100644 --- a/security/py-otr/Makefile +++ b/security/py-otr/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr USE_PYTHON= yes USE_PYDISTUTILS=yes +USE_PKGCONFIG= build PYDISTUTILS_PKGNAME= python-otr CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |