diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /security/py-otr | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'security/py-otr')
-rw-r--r-- | security/py-otr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile index 3c30d367b5f2..01f579a97172 100644 --- a/security/py-otr/Makefile +++ b/security/py-otr/Makefile @@ -15,9 +15,9 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 # This should be updated to the newer version of libotr LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 +USES= pkgconfig USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_PKGCONFIG= build PYDISTUTILS_PKGNAME= python-otr CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |