diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:47:26 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:47:26 +0000 |
commit | c6314977afaf0430aabfabc1da2b9674f30f2014 (patch) | |
tree | 35c6c8d7def94b40bda092837a942f767466e8a7 /dns/py-adns | |
parent | 2201ea060728156976b0e1b780148e35c73632db (diff) | |
download | ports-c6314977afaf0430aabfabc1da2b9674f30f2014.tar.gz ports-c6314977afaf0430aabfabc1da2b9674f30f2014.zip |
Notes
Diffstat (limited to 'dns/py-adns')
-rw-r--r-- | dns/py-adns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index f9bc09eb800e..f77c6b5b7cf4 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -23,6 +23,8 @@ USE_PYDISTUTILS= yes USE_REINPLACE= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} +BROKEN= does not build with a new version of dns/adns + post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ |