diff options
-rw-r--r-- | net-p2p/opendchub/Makefile | 2 | ||||
-rw-r--r-- | net/opendchub/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 902c617cf73e..a326f604adfc 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +FORBIDDEN= "http://vuxml.freebsd.org/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html" + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index 902c617cf73e..a326f604adfc 100644 --- a/net/opendchub/Makefile +++ b/net/opendchub/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +FORBIDDEN= "http://vuxml.freebsd.org/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html" + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |