diff options
author | sem <sem@FreeBSD.org> | 2006-04-22 02:47:26 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-22 02:47:26 +0800 |
commit | 7ad25d4924c768bab0fae048d9ca520888c6e97b (patch) | |
tree | 3a976273918386052e8a640feb1549bf7155295d /dns/py-adns | |
parent | 7d4a9df88e9d1da2f626504e2601b986d42f01e6 (diff) | |
download | freebsd-ports-gnome-7ad25d4924c768bab0fae048d9ca520888c6e97b.tar.gz freebsd-ports-gnome-7ad25d4924c768bab0fae048d9ca520888c6e97b.tar.zst freebsd-ports-gnome-7ad25d4924c768bab0fae048d9ca520888c6e97b.zip |
- Mark BROKEN since the port does not build with a new version of dns/adns
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' \ |